update submodule

This commit is contained in:
4NK Dev 2025-09-22 05:45:41 +00:00
parent b3d6a1fe53
commit a38c5877bf

View File

@ -16,7 +16,9 @@ RUN cargo build --release
FROM debian:bookworm-slim
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y --fix-missing \
ca-certificates curl jq git && \
ca-certificates curl jq git \
net-tools iputils-ping dnsutils \
netcat-openbsd telnet procps && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Création d'un utilisateur non-root