We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e99616e commit 2e118f0Copy full SHA for 2e118f0
Dockerfile
@@ -2,4 +2,5 @@ FROM ubuntu:16.04
2
RUN apt-get update && apt-get install -y \
3
curl \
4
&& curl -sL https://deb.nodesource.com/setup_7.x | bash - \
5
+ && apt-get update \
6
&& apt-get install -y nodejs
0 commit comments