Add wget to Docker

This commit is contained in:
Alex Boyko
2019-04-05 19:04:18 -04:00
committed by GitHub
parent 1917d72d09
commit 8822e024db

View File

@@ -11,6 +11,10 @@ RUN apt-get update && apt-get install -y \
curl \
xvfb \
icewm
RUN apt-get update \
&& apt-get install -y wget \
&& rm -rf /var/lib/apt/lists/*
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get install -y nodejs