From 938089fb171fd1d218490d87e3c4d90692b1ef88 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Sat, 4 Jan 2025 18:25:12 +0100 Subject: [PATCH] add nodeJS 18 --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 18dd6a9..a8fe139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,9 @@ RUN apt update # 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 +# install nodeJS +RUN apt install -yqq nodejs + # get composer 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/