Skip to content

Commit

Permalink
Restore missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad committed Jun 3, 2023
1 parent 3796f81 commit fdb9198
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN \
mediainfo \
php81-apcu \
php81-cgi \
php81-ctype \
php81-curl \
php81-dom \
php81-exif \
php81-gd \
Expand All @@ -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" \
Expand Down
5 changes: 5 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN \
mediainfo \
php81-apcu \
php81-cgi \
php81-ctype \
php81-curl \
php81-dom \
php81-exif \
php81-gd \
Expand All @@ -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" \
Expand Down

0 comments on commit fdb9198

Please sign in to comment.