mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
add php7-curl
This commit is contained in:
parent
8acb895921
commit
bb4ce1f31e
@ -16,6 +16,7 @@ RUN \
|
||||
tar \
|
||||
memcached \
|
||||
php7-ctype \
|
||||
php7-curl \
|
||||
php7-dom \
|
||||
php7-gd \
|
||||
php7-ldap \
|
||||
|
||||
@ -19,6 +19,7 @@ RUN \
|
||||
tar \
|
||||
memcached \
|
||||
php7-ctype \
|
||||
php7-curl \
|
||||
php7-dom \
|
||||
php7-gd \
|
||||
php7-ldap \
|
||||
|
||||
@ -19,6 +19,7 @@ RUN \
|
||||
tar \
|
||||
memcached \
|
||||
php7-ctype \
|
||||
php7-curl \
|
||||
php7-dom \
|
||||
php7-gd \
|
||||
php7-ldap \
|
||||
|
||||
@ -176,6 +176,7 @@ Some simple docker-compose files are included for you to get started with. You w
|
||||
|
||||
## Versions
|
||||
|
||||
* **20.01.19:** - Added php7-curl
|
||||
* **04.11.18:** - Added php7-ldap
|
||||
* **15.10.18:** - Changed functionality for advanced users
|
||||
* **08.10.18:** - Advanced mode, symlink changes, sed fixing, docs updated, added some composer files
|
||||
|
||||
@ -73,6 +73,7 @@ app_setup_block: |
|
||||
|
||||
# changelog
|
||||
changelogs:
|
||||
- { date: "20.01.19:", desc: "Added php7-curl"}
|
||||
- { date: "04.11.18:", desc: "Added php7-ldap"}
|
||||
- { date: "15.10.18:", desc: "Changed functionality for advanced users"}
|
||||
- { date: "08.10.18:", desc: "Advanced mode, symlink changes, sed fixing, docs updated, added some composer files"}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user