Fix netcat package name

This commit is contained in:
Markus Opolka
2023-06-26 09:36:29 +02:00
parent 1ab5496e40
commit dfefb689e8
4 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ LABEL maintainer="markus@martialblog.de"
RUN set -ex; \
apt-get update; \
apt-get install -y --no-install-recommends \
netcat \
netcat-openbsd \
; \
\
apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; \