Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN \
nginx-mod-rtmp \
nginx-mod-stream \
nginx-vim \
php7-bcmath \
php7-bz2 \
php7-ctype \
php7-curl \
Expand All @@ -53,6 +54,7 @@ RUN \
php7-pdo_mysql \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pear \
php7-pecl-redis \
php7-pgsql \
php7-phar \
Expand All @@ -63,6 +65,7 @@ RUN \
php7-tokenizer \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-zip \
py3-cryptography \
py3-future \
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN \
nginx-mod-rtmp \
nginx-mod-stream \
nginx-vim \
php7-bcmath \
php7-bz2 \
php7-ctype \
php7-curl \
Expand All @@ -53,6 +54,7 @@ RUN \
php7-pdo_mysql \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pear \
php7-pecl-redis \
php7-pgsql \
php7-phar \
Expand All @@ -63,6 +65,7 @@ RUN \
php7-tokenizer \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-zip \
py3-cryptography \
py3-future \
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN \
nginx-mod-rtmp \
nginx-mod-stream \
nginx-vim \
php7-bcmath \
php7-bz2 \
php7-ctype \
php7-curl \
Expand All @@ -53,6 +54,7 @@ RUN \
php7-pdo_mysql \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pear \
php7-pecl-redis \
php7-pgsql \
php7-phar \
Expand All @@ -63,6 +65,7 @@ RUN \
php7-tokenizer \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-zip \
py3-cryptography \
py3-future \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64

## Versions

* **04.08.19:** - Add php7-bcmath, php7-pear, php7-xmlrpc.
* **02.08.19:** - Add php7-ldap, remove geoip v1(deprecated).
* **01.08.19:** - Mark https redirect block as default_server (effective only for new installs).
* **31.07.19:** - Create GeoIP2 databse (libmaxminddb) during container start if it doesn't exist.
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""

# changelog
changelogs:
- { date: "04.08.19:", desc: "Add php7-bcmath, php7-pear, php7-xmlrpc." }
- { date: "02.08.19:", desc: "Add php7-ldap, remove geoip v1(deprecated)." }
- { date: "01.08.19:", desc: "Mark https redirect block as default_server (effective only for new installs)." }
- { date: "31.07.19:", desc: "Create GeoIP2 databse (libmaxminddb) during container start if it doesn't exist." }
Expand Down