From 6fa9b56771ea5ca7bbf11f6340b0c05ad6058ec2 Mon Sep 17 00:00:00 2001 From: Steven Agyekum Date: Fri, 27 Dec 2019 16:14:47 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 529412d..9157dd5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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