Skip to content

Commit

Permalink
Add openssh
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn committed Apr 3, 2016
1 parent 1dfba53 commit 27580be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.2
MAINTAINER Calvin Leung Huang <https://github.com/cleung2010>

RUN apk --update add nodejs git && \
RUN apk --update add nodejs git openssh && \
rm -rf /var/cache/apk/* && \
npm install [email protected] --global && \
mkdir -p /etc/git2consul.d
Expand Down

0 comments on commit 27580be

Please sign in to comment.