diff --git a/Dockerfile b/Dockerfile index 44a30eb4..4f3515ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN apk update && apk upgrade && apk add --no-cache \ go \ rust \ cargo \ - && npm install -g wscat + && npm install -g wscat || echo "wscat installation failed - continuing" # Installation des dépendances RUN --mount=type=cache,target=/root/.npm \