Fix problem in docker file

This commit is contained in:
Kris De Volder
2018-05-04 15:57:13 -07:00
parent 7c31f593d3
commit b3fec2c2cb

View File

@@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -y \
openjdk-8-jdk \
curl \
xvfb \
icewm icewm-themes
icewm
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash - \
&& apt-get install -y nodejs