1
0

feat: install rsync
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pim van den Berg 2025-01-31 18:35:03 +01:00
parent 0b8f55ca05
commit 20f5c653ac

View File

@ -17,6 +17,7 @@ RUN set -eux && \
less \ less \
bind9-dnsutils \ bind9-dnsutils \
unzip \ unzip \
rsync \
&& \ && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
rm /etc/ssh/ssh_host_*key* && \ rm /etc/ssh/ssh_host_*key* && \