adding php ldap

This commit is contained in:
thelamer 2019-02-23 17:59:52 -08:00
parent 6a7467c215
commit 6a3b7a6ae4
4 changed files with 5 additions and 2 deletions

View file

@ -19,6 +19,7 @@ RUN \
php7-exif \
php7-gd \
php7-imagick \
php7-ldap \
php7-mysqli \
php7-mysqlnd \
php7-pear \

View file

@ -22,6 +22,7 @@ RUN \
php7-exif \
php7-gd \
php7-imagick \
php7-ldap \
php7-mysqli \
php7-mysqlnd \
php7-pear \

View file

@ -22,6 +22,7 @@ RUN \
php7-exif \
php7-gd \
php7-imagick \
php7-ldap \
php7-mysqli \
php7-mysqlnd \
php7-pear \

View file

@ -43,7 +43,7 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9, add php-ldap." }
- { date: "28.01.19:", desc: "Rebase to alpine linux 3.8 , add pipeline logic and multi arch." }
- { date: "25.01.18:", desc: "Rebase to alpine linux 3.7." }
- { date: "25.05.17:", desc: "Rebase to alpine linux 3.6." }
@ -52,4 +52,4 @@ changelogs:
- { date: "23.02.17:", desc: "Rebase to alpine linux 3.5 and nginx." }
- { date: "14.10.16:", desc: "Add version layer information." }
- { date: "10.09.16:", desc: "Add layer badges to README." }
- { date: "29.08.15:", desc: "Initial Release." }
- { date: "29.08.15:", desc: "Initial Release." }