update submodule
This commit is contained in:
parent
6a9bee3c99
commit
81e52c1da4
@ -6,7 +6,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