ci: refs #4922 Remove redundant installs from Dockerfile
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2025-02-11 11:36:54 +01:00
parent 0a07b0bf33
commit 0d2b0cf02e
1 changed files with 0 additions and 13 deletions

View File

@ -2,12 +2,6 @@ FROM registry.verdnatura.es/verdnatura/node:20.18.3-vn1
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
curl \
ca-certificates \
gnupg2
# Apache
RUN apt-get install -y --no-install-recommends \
@ -20,13 +14,6 @@ RUN apt-get install -y --no-install-recommends \
RUN a2dissite 000-default
# NodeJs
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -y --no-install-recommends nodejs\
&& npm install -g corepack@0.31.0 \
&& corepack enable pnpm
# Hedera
RUN curl -sL https://apt.verdnatura.es/conf/verdnatura.gpg | apt-key add - \