forked from aslan/applicant-site
add php 8.3
This commit is contained in:
parent
00271923b1
commit
46d984b49b
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue