Node 10 in Dockerfile too

This commit is contained in:
Gregory Schier
2018-07-12 16:49:46 -04:00
parent faae1fd758
commit 3f17bda2d5

View File

@@ -10,7 +10,7 @@ RUN apt-get install -y \
wget
# Install Node and app-related dependencies
RUN wget -O- https://deb.nodesource.com/setup_8.x | bash - \
RUN wget -O- https://deb.nodesource.com/setup_10.x | bash - \
&& apt-get install -y nodejs graphicsmagick icnsutils
# Build zlib from source (for Curl)