We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b47064 commit 27a7782Copy full SHA for 27a7782
Dockerfile
@@ -1,5 +1,8 @@
1
FROM node:6-alpine
2
3
+RUN apk update && apk upgrade && \
4
+ apk add --no-cache bash git openssh
5
+
6
ENV WIKI_JS_DOCKER 1
7
8
RUN mkdir -p /usr/src/app
0 commit comments