Skip to content

Commit bcd387c

Browse files
committed
adding php-ctype and php-curl
1 parent a94c966 commit bcd387c

4 files changed

Lines changed: 9 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ RUN \
1515
lynx \
1616
php7-apcu \
1717
php7-cgi \
18+
php7-ctype \
19+
php7-curl \
1820
php7-dom \
1921
php7-exif \
2022
php7-gd \

Dockerfile.aarch64

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ RUN \
1818
lynx \
1919
php7-apcu \
2020
php7-cgi \
21+
php7-ctype \
22+
php7-curl \
2123
php7-dom \
2224
php7-exif \
2325
php7-gd \
2426
php7-imagick \
25-
php7-ldap \
27+
php7-ldap \
2628
php7-mysqli \
2729
php7-mysqlnd \
2830
php7-pear \

Dockerfile.armhf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ RUN \
1818
lynx \
1919
php7-apcu \
2020
php7-cgi \
21+
php7-ctype \
22+
php7-curl \
2123
php7-dom \
2224
php7-exif \
2325
php7-gd \
2426
php7-imagick \
25-
php7-ldap \
27+
php7-ldap \
2628
php7-mysqli \
2729
php7-mysqlnd \
2830
php7-pear \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ app_setup_nginx_reverse_proxy_block: ""
4343

4444
# changelog
4545
changelogs:
46+
- { date: "01.03.19:", desc: "Add php-ctype & php-curl." }
4647
- { date: "22.02.19:", desc: "Rebasing to alpine 3.9, add php-ldap." }
4748
- { date: "28.01.19:", desc: "Rebase to alpine linux 3.8 , add pipeline logic and multi arch." }
4849
- { date: "25.01.18:", desc: "Rebase to alpine linux 3.7." }

0 commit comments

Comments
 (0)