feat: install rsync

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 \
bind9-dnsutils \
unzip \
rsync \
&& \
rm -rf /var/lib/apt/lists/* && \
rm /etc/ssh/ssh_host_*key* && \