diff --git a/Dockerfile b/Dockerfile index caa4435..529412d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ FROM alpine:latest # Update -RUN apk --update add rsync +RUN apk --update add rsync openssh-client # Copy entrypoint ADD entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh + ENTRYPOINT ["/entrypoint.sh"]