added php modules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paolo Asperti 2024-12-19 09:54:38 +01:00
parent 5612085304
commit b043c27790
Signed by: paspo
GPG Key ID: 06D46905D19D5182

View File

@ -4,11 +4,11 @@ RUN \
apk -U upgrade && \
apk add tini nginx openssh-server \
php84 php84-fpm php84-mbstring php84-curl php84-ctype php84-dom php84-gd php84-json php84-openssl php84-session php84-simplexml php84-xml php84-zip \
php84-apcu php84-opcache php84-pecl-yaml \
php84-apcu php84-opcache php84-pecl-yaml php84-sqlite3 php84-mysqli \
php83 php83-fpm php83-mbstring php83-curl php83-ctype php83-dom php83-gd php83-json php83-openssl php83-session php83-simplexml php83-xml php83-zip \
php83-apcu php83-opcache php83-pecl-yaml \
php83-apcu php83-opcache php83-pecl-yaml php83-sqlite3 php83-mysqli \
php82 php82-fpm php82-mbstring php82-curl php82-ctype php82-dom php82-gd php82-json php82-openssl php82-session php82-simplexml php82-xml php82-zip \
php82-apcu php82-opcache php82-pecl-yaml
php82-apcu php82-opcache php82-pecl-yaml php82-sqlite3 php82-mysqli
COPY rootfs /