Skip to content

Commit 27a7782

Browse files
author
Felipe Plets
authored
Update Dockerfile
Add git and OpenSSH to the default Docker image so we can use git over ssh.
1 parent 6b47064 commit 27a7782

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM node:6-alpine
22

3+
RUN apk update && apk upgrade && \
4+
apk add --no-cache bash git openssh
5+
36
ENV WIKI_JS_DOCKER 1
47

58
RUN mkdir -p /usr/src/app

0 commit comments

Comments
 (0)