update submodule
This commit is contained in:
parent
b3d6a1fe53
commit
a38c5877bf
@ -16,7 +16,9 @@ RUN cargo build --release
|
|||||||
FROM debian:bookworm-slim
|
FROM debian:bookworm-slim
|
||||||
RUN apt-get update && apt-get upgrade -y && \
|
RUN apt-get update && apt-get upgrade -y && \
|
||||||
apt-get install -y --fix-missing \
|
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/*
|
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
|
||||||
# Création d'un utilisateur non-root
|
# Création d'un utilisateur non-root
|
||||||
|
Loading…
x
Reference in New Issue
Block a user