Skip to content

Commit 6a3b7a6

Browse files
committed
adding php ldap
1 parent 6a7467c commit 6a3b7a6

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ RUN \
1919
php7-exif \
2020
php7-gd \
2121
php7-imagick \
22+
php7-ldap \
2223
php7-mysqli \
2324
php7-mysqlnd \
2425
php7-pear \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN \
2222
php7-exif \
2323
php7-gd \
2424
php7-imagick \
25+
php7-ldap \
2526
php7-mysqli \
2627
php7-mysqlnd \
2728
php7-pear \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN \
2222
php7-exif \
2323
php7-gd \
2424
php7-imagick \
25+
php7-ldap \
2526
php7-mysqli \
2627
php7-mysqlnd \
2728
php7-pear \

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ app_setup_nginx_reverse_proxy_block: ""
4343

4444
# changelog
4545
changelogs:
46-
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9." }
46+
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9, add php-ldap." }
4747
- { date: "28.01.19:", desc: "Rebase to alpine linux 3.8 , add pipeline logic and multi arch." }
4848
- { date: "25.01.18:", desc: "Rebase to alpine linux 3.7." }
4949
- { date: "25.05.17:", desc: "Rebase to alpine linux 3.6." }
@@ -52,4 +52,4 @@ changelogs:
5252
- { date: "23.02.17:", desc: "Rebase to alpine linux 3.5 and nginx." }
5353
- { date: "14.10.16:", desc: "Add version layer information." }
5454
- { date: "10.09.16:", desc: "Add layer badges to README." }
55-
- { date: "29.08.15:", desc: "Initial Release." }
55+
- { date: "29.08.15:", desc: "Initial Release." }

0 commit comments

Comments
 (0)