Add missing php extensions

This commit is contained in:
Eric Nemchik 2022-09-09 21:09:39 -05:00
parent 109cc8409d
commit c30ba44888
3 changed files with 18 additions and 0 deletions

View File

@ -34,7 +34,9 @@ RUN \
php8-imap \
php8-intl \
php8-ldap \
php8-mbstring \
php8-opcache \
php8-openssl \
php8-pcntl \
php8-pdo_mysql \
php8-pdo_pgsql \
@ -46,9 +48,13 @@ RUN \
php8-phar \
php8-posix \
php8-redis \
php8-session \
php8-simplexml \
php8-sodium \
php8-sqlite3 \
php8-xml \
php8-xmlreader \
php8-xmlwriter \
php8-zip \
samba-client \
sudo \

View File

@ -34,7 +34,9 @@ RUN \
php8-imap \
php8-intl \
php8-ldap \
php8-mbstring \
php8-opcache \
php8-openssl \
php8-pcntl \
php8-pdo_mysql \
php8-pdo_pgsql \
@ -46,9 +48,13 @@ RUN \
php8-phar \
php8-posix \
php8-redis \
php8-session \
php8-simplexml \
php8-sodium \
php8-sqlite3 \
php8-xml \
php8-xmlreader \
php8-xmlwriter \
php8-zip \
samba-client \
sudo \

View File

@ -34,7 +34,9 @@ RUN \
php8-imap \
php8-intl \
php8-ldap \
php8-mbstring \
php8-opcache \
php8-openssl \
php8-pcntl \
php8-pdo_mysql \
php8-pdo_pgsql \
@ -46,9 +48,13 @@ RUN \
php8-phar \
php8-posix \
php8-redis \
php8-session \
php8-simplexml \
php8-sodium \
php8-sqlite3 \
php8-xml \
php8-xmlreader \
php8-xmlwriter \
php8-zip \
samba-client \
sudo \