Add required packages to Dockerfile

This commit is contained in:
Jez Cope 2016-09-27 20:20:40 +01:00
parent 2da4bd8af6
commit bc4ac87e63
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
FROM alpine:edge
RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories; \
apk update; apk add hugo@testing git openssh-client
apk update; apk add bash hugo@testing git openssh-client curl