php update
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Paolo Asperti 2025-04-19 08:50:31 +02:00
parent 4fd2ca42dd
commit 990ac9e0a8
Signed by: paspo
GPG Key ID: 06D46905D19D5182

View File

@ -5,10 +5,10 @@ ARG GLPI_VERSION
RUN \
mkdir -p /logs /config /files /marketplace && \
apk -U upgrade && \
apk add --no-cache curl nginx php83 php83-bz2 php83-ctype php83-curl php83-dom php83-exif \
php83-fileinfo php83-fpm php83-gd php83-iconv php83-intl php83-ldap php83-mysqli \
php83-opcache php83-openssl php83-pecl-apcu php83-pecl-redis php83-phar php83-session \
php83-simplexml php83-sodium php83-tokenizer php83-xml php83-zip php83-xmlreader php83-xmlwriter && \
apk add --no-cache curl nginx php84 php84-bz2 php84-ctype php84-curl php84-dom php84-exif \
php84-fileinfo php84-fpm php84-gd php84-iconv php84-intl php84-ldap php84-mysqli \
php84-opcache php84-openssl php84-pecl-apcu php84-pecl-redis php84-phar php84-session \
php84-simplexml php84-sodium php84-tokenizer php84-xml php84-zip php84-xmlreader php84-xmlwriter && \
wget -O /usr/local/bin/composer https://getcomposer.org/download/2.5.8/composer.phar && \
chmod +x /usr/local/bin/composer && \
wget -O - https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/glpi-${GLPI_VERSION}.tgz | tar xz -C /var/www