feat: install unzip

This commit is contained in:
Pim van den Berg 2023-08-02 10:55:33 +02:00
parent c58f97d2c8
commit 0b8f55ca05

View file

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