fix Dockerfile

This commit is contained in:
Saeed Vaziry
2025-06-21 14:47:35 +02:00
parent a123145d84
commit 3732d690db

View File

@ -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 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 # 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 && apt-get install -y nodejs
# php # php