fix detail

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

View file

@ -9,7 +9,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN set -ex; \
\
apt-get update; \
apt --fix-broken install; \
apt-get --fix-broken install; \
apt-get install -y --no-install-recommends \
netcat-openbsd \
; \