glpi upgrade
Some checks failed
Container Publish / on-success-skip (push) Has been skipped
Container Publish / update docker manifest (push) Has been cancelled
Container Publish / build-image (amd64) (push) Has been cancelled
Container Publish / build-image (arm64) (push) Has been cancelled

This commit is contained in:
2025-10-02 09:51:47 +02:00
parent 903858dd62
commit d26c00bad3
4 changed files with 15 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ 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-fileinfo php83-fpm php83-gd php83-iconv php83-intl php83-ldap php83-mysqli php83-bcmath \
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 && \
wget -O /usr/local/bin/composer https://getcomposer.org/download/2.5.8/composer.phar && \