Skip to content

Commit ed69464

Browse files
Update Dockerfile
1 parent 3892fcb commit ed69464

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
FROM node:0.10-slim
22

3+
ARG test
4+
5+
RUN echo $test
6+
37
RUN npm install -g mocha
48
RUN npm install -g istanbul
59
RUN npm install -g gulp

0 commit comments

Comments
 (0)