add php 8.3

This commit is contained in:
aslan 2024-02-16 15:38:13 +03:00
parent 00271923b1
commit 46d984b49b
1 changed files with 13 additions and 13 deletions

View File

@ -15,19 +15,19 @@ RUN apt-get update && apt-get install -y \
sqlite3 \ sqlite3 \
unzip \ unzip \
zip \ zip \
php \ php8.3 \
php-bcmath \ php8.3-bcmath \
php-exif \ php8.3-exif \
php-pdo \ php8.3-pdo \
php-pgsql \ php8.3-pgsql \
php-pgsql \ php8.3-pgsql \
php-zip \ php8.3-zip \
php-xdebug \ php8.3-xdebug \
php-dom \ php8.3-dom \
php-xml \ php8.3-xml \
php-mbstring \ php8.3-mbstring \
php-sqlite3 \ php8.3-sqlite3 \
php-curl php8.3-curl
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
software-properties-common \ software-properties-common \