Skip to content

Commit bb4ce1f

Browse files
aptalcathelamer
authored andcommitted
add php7-curl
1 parent 8acb895 commit bb4ce1f

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
@@ -16,6 +16,7 @@ RUN \
1616
tar \
1717
memcached \
1818
php7-ctype \
19+
php7-curl \
1920
php7-dom \
2021
php7-gd \
2122
php7-ldap \

Dockerfile.aarch64

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
tar \
2020
memcached \
2121
php7-ctype \
22+
php7-curl \
2223
php7-dom \
2324
php7-gd \
2425
php7-ldap \

Dockerfile.armhf

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
tar \
2020
memcached \
2121
php7-ctype \
22+
php7-curl \
2223
php7-dom \
2324
php7-gd \
2425
php7-ldap \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ Some simple docker-compose files are included for you to get started with. You w
176176

177177
## Versions
178178

179+
* **20.01.19:** - Added php7-curl
179180
* **04.11.18:** - Added php7-ldap
180181
* **15.10.18:** - Changed functionality for advanced users
181182
* **08.10.18:** - Advanced mode, symlink changes, sed fixing, docs updated, added some composer files

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ app_setup_block: |
7373
7474
# changelog
7575
changelogs:
76+
- { date: "20.01.19:", desc: "Added php7-curl"}
7677
- { date: "04.11.18:", desc: "Added php7-ldap"}
7778
- { date: "15.10.18:", desc: "Changed functionality for advanced users"}
7879
- { date: "08.10.18:", desc: "Advanced mode, symlink changes, sed fixing, docs updated, added some composer files"}

0 commit comments

Comments
 (0)