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