Use node 18 in Dockerfile

This commit is contained in:
Alex Tselegidis 2024-05-17 12:59:30 +02:00
parent 260bee7f0f
commit e19b14e449

View File

@ -11,7 +11,7 @@ RUN apt-get update \
curl gd intl ldap mbstring mysqli odbc pdo pdo_mysql soap sockets xml zip xdebug exif sqlite3 gettext bcmath csv event imap inotify mcrypt redis \
&& docker-php-ext-enable xdebug \
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer \
&& curl -sLS https://deb.nodesource.com/setup_14.x | bash - \
&& curl -sLS https://deb.nodesource.com/setup_18.x | bash - \
&& apt-get install -y nodejs \
&& npm install -g npm \
&& apt-get install -q -y ssmtp mailutils \