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