Merge pull request #24 from linuxserver/newdeps

Newdeps
This commit is contained in:
aptalca 2019-06-14 16:13:36 -04:00 committed by GitHub
commit 9240d78c34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 0 deletions

View file

@ -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 && \

View file

@ -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 && \

View file

@ -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 && \

View file

@ -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.

View file

@ -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." }