Update Dockerfile

This commit is contained in:
Steven Agyekum
2019-12-27 16:14:47 +01:00
committed by GitHub
parent f5c5431bf6
commit 6fa9b56771
+1 -1
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