Add wget to Docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user