Skip to content
Prev Previous commit
Next Next commit
Add openssh to support git
  • Loading branch information
josephdpurcell committed Mar 7, 2017
commit 02f800c45391607e313e10ecd6e900d0ab0da75c
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RUN apk --update add \
php7-sockets \
curl && \
git && \
openssh && \
rm /var/cache/apk/* && \
ln -s /usr/bin/php7 /usr/bin/php

Expand Down