mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2026-09-27 19:56:12 +00:00
Fully remove the ca certs, not required.
This commit is contained in:
+1
-2
@@ -2,8 +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 && apk add --no-cache rsync openssh-client #ca-certificates
|
RUN apk update && apk add --no-cache rsync openssh-client
|
||||||
# RUN update-ca-certificates
|
|
||||||
RUN rm -rf /var/cache/apk/*
|
RUN rm -rf /var/cache/apk/*
|
||||||
|
|
||||||
# Prepare for SSH keys.
|
# Prepare for SSH keys.
|
||||||
|
|||||||
Reference in New Issue
Block a user