From fdb91989c3361b6e325d4d3e0ff84b6d03c9d5aa Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 3 Jun 2023 14:34:03 +0100 Subject: [PATCH] Restore missing packages --- Dockerfile | 5 +++++ Dockerfile.aarch64 | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/Dockerfile b/Dockerfile index a86697c..1ed1ca7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ RUN \ mediainfo \ php81-apcu \ php81-cgi \ + php81-ctype \ + php81-curl \ php81-dom \ php81-exif \ php81-gd \ @@ -28,8 +30,11 @@ RUN \ php81-pear \ php81-pecl-imagick \ php81-xsl \ + php81-zip \ poppler-utils \ re2c && \ + apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + php81-pecl-xmlrpc && \ echo "**** download piwigo ****" && \ if [ -z ${PIWIGO_RELEASE+x} ]; then \ PIWIGO_RELEASE=$(curl -sX GET "https://api.github.com/repos/Piwigo/Piwigo/releases/latest" \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 7ba9866..9937bb7 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -19,6 +19,8 @@ RUN \ mediainfo \ php81-apcu \ php81-cgi \ + php81-ctype \ + php81-curl \ php81-dom \ php81-exif \ php81-gd \ @@ -28,8 +30,11 @@ RUN \ php81-pear \ php81-pecl-imagick \ php81-xsl \ + php81-zip \ poppler-utils \ re2c && \ + apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + php81-pecl-xmlrpc && \ echo "**** download piwigo ****" && \ if [ -z ${PIWIGO_RELEASE+x} ]; then \ PIWIGO_RELEASE=$(curl -sX GET "https://api.github.com/repos/Piwigo/Piwigo/releases/latest" \