diff --git a/Dockerfile b/Dockerfile index 62a40ec11..cc2af4d45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,13 +3,6 @@ ENV TZ Europe/Madrid ARG DEBIAN_FRONTEND=noninteractive -# NodeJs - -RUN apt-get update \ - && apt-get install -y --no-install-recommends \ - curl \ - ca-certificates \ - && npm install -g npm@9.6.6 # Puppeteer