diff --git a/Dockerfile b/Dockerfile index 2a10850..eee7f5c 100755 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,11 @@ WORKDIR /app # Installation des dépendances minimales nécessaires RUN apk update && apk upgrade && apk add --no-cache \ git \ + curl \ + wget \ + jq \ + file \ + netcat-openbsd \ && rm -rf /var/cache/apk/* /tmp/* /var/tmp/* # Copy project files