remove npm (not needed)
docker / docker (push) Failing after 3m14s

This commit is contained in:
Ludovic Cartier
2025-01-06 17:50:58 +01:00
parent 8a4746e21e
commit d0b28cf5ae
+1 -1
View File
@@ -19,7 +19,7 @@ RUN apt install -yqq zip unzip
RUN apt install -yqq php8.3-cli php8.3-common php8.3-curl php8.3-imagick php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip RUN apt install -yqq php8.3-cli php8.3-common php8.3-curl php8.3-imagick php8.3-intl php8.3-mbstring php8.3-opcache php8.3-readline php8.3-xml php8.3-zip
# install nodeJS # install nodeJS
RUN apt install -yqq nodejs npm RUN apt install -yqq nodejs
# install yarn # install yarn
RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | gpg --dearmor | tee /usr/share/keyrings/yarnkey.gpg >/dev/null