mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
fix Dockerfile
This commit is contained in:
@ -17,7 +17,7 @@ RUN apt-get install -y software-properties-common curl zip unzip gcc nginx redis
|
||||
php8.4-curl php8.4-gettext php8.4-zip php8.4-bcmath php8.4-soap php8.4-redis php8.4-sqlite3 php8.4-intl
|
||||
|
||||
# nodejs
|
||||
RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \
|
||||
RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - \
|
||||
&& apt-get install -y nodejs
|
||||
|
||||
# php
|
||||
|
Reference in New Issue
Block a user