another attempt

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2025-05-30 09:48:16 +02:00
parent f2f674d949
commit cdd5a95062

View file

@ -9,8 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN set -ex; \ RUN set -ex; \
\ \
apt-get update; \ apt-get update; \
apt-get --fix-broken install; \ apt-get install --fix-broken -y --no-install-recommends \
apt-get install -y --no-install-recommends \
netcat-openbsd \ netcat-openbsd \
; \ ; \
rm -rf /var/lib/apt/lists/*; rm -rf /var/lib/apt/lists/*;