From 3b3ba303a4b15407dc84e33b3e44f1057ab3f781 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 6 Jan 2025 17:33:09 +0100 Subject: [PATCH] add npm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 56b5601..825408f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apt update 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 -RUN apt install -yqq nodejs +RUN apt install -yqq nodejs npm # install git RUN apt install -yqq git