From 01fb2b0c264a0b68b851b48f0fe18f38debf8cd6 Mon Sep 17 00:00:00 2001 From: paspo Date: Wed, 12 Jul 2023 09:54:12 +0200 Subject: [PATCH] added some deps --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e362495..910f6e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,10 +4,10 @@ ARG GLPI_VERSION=10.0.8 RUN \ mkdir -p /logs /config /files /marketplace && \ apk -U upgrade && \ - apk add curl nginx php82 php82-bz2 php82-ctype php82-curl php82-dom php82-exif \ + apk add composer curl nginx php82 php82-bz2 php82-ctype php82-curl php82-dom php82-exif \ php82-fileinfo php82-fpm php82-gd php82-iconv php82-intl php82-ldap php82-mysqli \ php82-opcache php82-openssl php82-pecl-apcu php82-pecl-redis php82-phar php82-session \ - php82-simplexml php82-sodium php82-xml php82-zip php82-xmlreader php82-xmlwriter && \ + php82-simplexml php82-sodium php82-tokenizer php82-xml php82-zip php82-xmlreader php82-xmlwriter && \ wget -O - https://github.com/glpi-project/glpi/releases/download/${GLPI_VERSION}/glpi-${GLPI_VERSION}.tgz | tar xz -C /var/www COPY rootfs /