Update Dockerfile

This commit is contained in:
Kroese 2025-04-06 00:34:45 +02:00 committed by GitHub
parent 44ce651f28
commit 989784715b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,8 @@ RUN set -eu && \
dos2unix \
cabextract \
libxml2-utils \
libarchive-tools && \
libarchive-tools \
netcat-openbsd && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*