mirror of
https://github.com/linuxserver/docker-piwigo.git
synced 2025-04-23 12:47:05 -04:00
commit
9240d78c34
5 changed files with 17 additions and 0 deletions
|
@ -11,8 +11,12 @@ RUN \
|
|||
echo "**** install packages ****" && \
|
||||
apk add --no-cache --upgrade \
|
||||
curl \
|
||||
exiftool \
|
||||
ffmpeg \
|
||||
imagemagick \
|
||||
libjpeg-turbo-utils \
|
||||
lynx \
|
||||
mediainfo \
|
||||
php7-apcu \
|
||||
php7-cgi \
|
||||
php7-ctype \
|
||||
|
@ -27,6 +31,7 @@ RUN \
|
|||
php7-pear \
|
||||
php7-xmlrpc \
|
||||
php7-xsl \
|
||||
poppler-utils \
|
||||
re2c \
|
||||
unzip \
|
||||
wget && \
|
||||
|
|
|
@ -11,8 +11,12 @@ RUN \
|
|||
echo "**** install packages ****" && \
|
||||
apk add --no-cache --upgrade \
|
||||
curl \
|
||||
exiftool \
|
||||
ffmpeg \
|
||||
imagemagick \
|
||||
libjpeg-turbo-utils \
|
||||
lynx \
|
||||
mediainfo \
|
||||
php7-apcu \
|
||||
php7-cgi \
|
||||
php7-ctype \
|
||||
|
@ -27,6 +31,7 @@ RUN \
|
|||
php7-pear \
|
||||
php7-xmlrpc \
|
||||
php7-xsl \
|
||||
poppler-utils \
|
||||
re2c \
|
||||
unzip \
|
||||
wget && \
|
||||
|
|
|
@ -11,8 +11,12 @@ RUN \
|
|||
echo "**** install packages ****" && \
|
||||
apk add --no-cache --upgrade \
|
||||
curl \
|
||||
exiftool \
|
||||
ffmpeg \
|
||||
imagemagick \
|
||||
libjpeg-turbo-utils \
|
||||
lynx \
|
||||
mediainfo \
|
||||
php7-apcu \
|
||||
php7-cgi \
|
||||
php7-ctype \
|
||||
|
@ -27,6 +31,7 @@ RUN \
|
|||
php7-pear \
|
||||
php7-xmlrpc \
|
||||
php7-xsl \
|
||||
poppler-utils \
|
||||
re2c \
|
||||
unzip \
|
||||
wget && \
|
||||
|
|
|
@ -179,6 +179,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
|
|||
|
||||
## Versions
|
||||
|
||||
* **12.06.19:** - Add ffmpeg and other deps as needed by popular plugins.
|
||||
* **23.03.19:** - Switching to new Base images, shift to arm32v7 tag.
|
||||
* **01.03.19:** - Add php-ctype & php-curl.
|
||||
* **22.02.19:** - Rebasing to alpine 3.9, add php-ldap.
|
||||
|
|
|
@ -43,6 +43,7 @@ app_setup_nginx_reverse_proxy_block: ""
|
|||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "12.06.19:", desc: "Add ffmpeg and other deps as needed by popular plugins." }
|
||||
- { date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag." }
|
||||
- { date: "01.03.19:", desc: "Add php-ctype & php-curl." }
|
||||
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9, add php-ldap." }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue