Explorar o código

Merge pull request #112 from felipeplets/patch-1

Update Dockerfile
Nicolas Giard %!s(int64=8) %!d(string=hai) anos
pai
achega
12132ad42e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      Dockerfile

+ 3 - 0
Dockerfile

@@ -1,5 +1,8 @@
 FROM node:6-alpine
 
+RUN apk update && apk upgrade && \
+    apk add --no-cache bash git openssh
+
 ENV WIKI_JS_DOCKER 1
 
 RUN mkdir -p /usr/src/app