diff --git a/Dockerfile b/Dockerfile index f8e20e4..3030c57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,7 @@ FROM alpine:3.11 MAINTAINER Dr Internet # Install RSync and Open SSH. -RUN apk update && apk add --no-cache rsync openssh-client #ca-certificates -# RUN update-ca-certificates +RUN apk update && apk add --no-cache rsync openssh-client RUN rm -rf /var/cache/apk/* # Prepare for SSH keys.