diff --git a/Dockerfile b/Dockerfile index 5f77eaf..1011746 100755 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,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