We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3892fcb commit ed69464Copy full SHA for ed69464
Dockerfile
@@ -1,5 +1,9 @@
1
FROM node:0.10-slim
2
3
+ARG test
4
+
5
+RUN echo $test
6
7
RUN npm install -g mocha
8
RUN npm install -g istanbul
9
RUN npm install -g gulp
0 commit comments