mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
Node 10 in Dockerfile too
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user