Merge pull request #48 from linuxserver/zip

Add php7-zip package
This commit is contained in:
aptalca 2021-06-30 08:34:33 -04:00 committed by GitHub
commit 67d6c5a2f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 3 deletions

View file

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.13
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:3.14
# set version label
ARG BUILD_DATE
@ -31,6 +31,7 @@ RUN \
php7-pear \
php7-xmlrpc \
php7-xsl \
php7-zip \
poppler-utils \
re2c \
unzip \

View file

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.13
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm64v8-3.14
# set version label
ARG BUILD_DATE
@ -31,6 +31,7 @@ RUN \
php7-pear \
php7-xmlrpc \
php7-xsl \
php7-zip \
poppler-utils \
re2c \
unzip \

View file

@ -1,4 +1,4 @@
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.13
FROM ghcr.io/linuxserver/baseimage-alpine-nginx:arm32v7-3.14
# set version label
ARG BUILD_DATE
@ -31,6 +31,7 @@ RUN \
php7-pear \
php7-xmlrpc \
php7-xsl \
php7-zip \
poppler-utils \
re2c \
unzip \

View file

@ -230,6 +230,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **29.06.21:** - Rebase to 3.14, Add php7-zip package
* **20.05.21:** - Create separate volume for image data
* **23.01.21:** - Rebasing to alpine 3.13.
* **12.12.20:** - Increased upload_max_filesize in php.ini

View file

@ -46,6 +46,7 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { date: "29.06.21:", desc: "Rebase to 3.14, Add php7-zip package" }
- { date: "20.05.21:", desc: "Create separate volume for image data" }
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
- { date: "12.12.20:", desc: "Increased upload_max_filesize in php.ini" }