Fix problem in docker file
This commit is contained in:
@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
openjdk-8-jdk \
|
openjdk-8-jdk \
|
||||||
curl \
|
curl \
|
||||||
xvfb \
|
xvfb \
|
||||||
icewm icewm-themes
|
icewm
|
||||||
|
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \
|
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \
|
||||||
&& apt-get install -y nodejs
|
&& apt-get install -y nodejs
|
||||||
|
|||||||
Reference in New Issue
Block a user