This commit is contained in:
Ludovic Cartier
2025-01-06 17:33:09 +01:00
parent e6ca7b10cf
commit 3b3ba303a4
+1 -1
View File
@@ -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 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 RUN apt install -yqq nodejs npm
# install git # install git
RUN apt install -yqq git RUN apt install -yqq git