mirror of
https://github.com/alextselegidis/plainpad.git
synced 2024-11-20 19:59:10 +03:00
Use node 18 in Dockerfile
This commit is contained in:
parent
260bee7f0f
commit
e19b14e449
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user