Fully remove the ca certs, not required.

This commit is contained in:
John Internet 2020-01-02 14:37:57 +00:00
parent cfa21ae7a4
commit 014b3ffccb

View file

@ -2,8 +2,7 @@ FROM alpine:3.11
MAINTAINER Dr Internet <internet@limelightgaming.net>
# 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.