add nodeJS 18
docker / docker (push) Successful in 3m27s

This commit is contained in:
Ludovic Cartier
2025-01-04 18:25:12 +01:00
parent 9707eeacbc
commit 938089fb17
+3
View File
@@ -15,6 +15,9 @@ RUN apt update
# install PHP 8.3 # install PHP 8.3
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
RUN apt install -yqq nodejs
# get composer # get composer
RUN mkdir -p /app/bin RUN mkdir -p /app/bin
RUN curl -s http://getcomposer.org/installer | /usr/bin/php8.3 -d date.timezone="Europe/Paris" -- --install-dir=/app/bin/ RUN curl -s http://getcomposer.org/installer | /usr/bin/php8.3 -d date.timezone="Europe/Paris" -- --install-dir=/app/bin/