Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 03baa17

Browse files
aptalcathelamer
authored andcommitted
add php7-ftp
1 parent 846c47c commit 03baa17

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN \
4242
php7-curl \
4343
php7-dom \
4444
php7-exif \
45+
php7-ftp \
4546
php7-gd \
4647
php7-iconv \
4748
php7-intl \

Dockerfile.aarch64

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN \
4242
php7-curl \
4343
php7-dom \
4444
php7-exif \
45+
php7-ftp \
4546
php7-gd \
4647
php7-iconv \
4748
php7-intl \

Dockerfile.armhf

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN \
4242
php7-curl \
4343
php7-dom \
4444
php7-exif \
45+
php7-ftp \
4546
php7-gd \
4647
php7-iconv \
4748
php7-intl \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
257257

258258
## Versions
259259

260+
* **06.08.19:** - Add php7-ftp.
260261
* **04.08.19:** - Add php7-bcmath, php7-pear, php7-xmlrpc.
261262
* **02.08.19:** - Add php7-ldap, remove geoip v1(deprecated).
262263
* **01.08.19:** - Mark https redirect block as default_server (effective only for new installs).

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "06.08.19:", desc: "Add php7-ftp." }
129130
- { date: "04.08.19:", desc: "Add php7-bcmath, php7-pear, php7-xmlrpc." }
130131
- { date: "02.08.19:", desc: "Add php7-ldap, remove geoip v1(deprecated)." }
131132
- { date: "01.08.19:", desc: "Mark https redirect block as default_server (effective only for new installs)." }

0 commit comments

Comments
 (0)