update submodule
This commit is contained in:
parent
a18e23744d
commit
6a65be781c
@ -32,7 +32,9 @@ WORKDIR /app
|
||||
# Installation des dépendances minimales nécessaires
|
||||
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/*
|
||||
|
||||
# Installation de Node.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user