Update Dockerfile

This commit is contained in:
Steven Agyekum 2019-12-27 16:14:47 +01:00 committed by GitHub
parent f5c5431bf6
commit 6fa9b56771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
FROM alpine:latest
# Update
RUN apk --update add rsync openssh-client
RUN apk --update --no-cache add rsync bash openssh-client
# Copy entrypoint
ADD entrypoint.sh /entrypoint.sh