Update Dockerfile

This commit is contained in:
JoshPiper 2020-01-02 12:58:28 +00:00 committed by GitHub
parent 8d2928e3f8
commit e859f6f655

View file

@ -2,7 +2,7 @@ FROM alpine:3.11
MAINTAINER Dr Internet <internet@limelightgaming.net> MAINTAINER Dr Internet <internet@limelightgaming.net>
# Install RSync and Open SSH. # Install RSync and Open SSH.
RUN apk update && add --no-cache rsync openssh-client #ca-certificates RUN apk update && apk add --no-cache rsync openssh-client #ca-certificates
# RUN update-ca-certificates # RUN update-ca-certificates
RUN rm -rf /var/cache/apk/* RUN rm -rf /var/cache/apk/*