WIP: 5739-dockerRefactor #1822

Draft
alexm wants to merge 67 commits from 5739-dockerRefactor into dev
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 13ffa5c3eb - Show all commits

View File

@ -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