From 014b3ffccb6c652685fe746f238aaf1cf3b5fd64 Mon Sep 17 00:00:00 2001 From: John Internet Date: Thu, 2 Jan 2020 14:37:57 +0000 Subject: [PATCH] Fully remove the ca certs, not required. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.