refs #5739 refactor: dockerFile
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-11-03 14:16:41 +01:00
parent bc4ec73f47
commit 13ffa5c3eb
1 changed files with 0 additions and 7 deletions

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