[Abandon Partie 1]

This commit is contained in:
iMax 2025-01-21 11:56:00 +01:00
parent 906a9ecb61
commit f49eab2731
14 changed files with 305 additions and 6 deletions

View file

@ -1,5 +1,5 @@
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y curl python3 python3-pip \
RUN apt-get update && apt-get install -y curl python3 python3-pip iputils-ping net-tools \
&& rm -rf /var/lib/apt/lists/*