build: Add netcat-openbsd

This commit is contained in:
Kroese 2025-04-06 00:33:27 +02:00 committed by GitHub
parent 38d03f4bfa
commit 93dc9c6a95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,8 @@ RUN set -eu && \
dos2unix \
cabextract \
libxml2-utils \
libarchive-tools && \
libarchive-tools \
netcat-openbsd && \
apt-get clean && \
echo "$VERSION_ARG" > /run/version && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*