adding php-ctype and php-curl

This commit is contained in:
Homer 2019-03-01 10:50:37 +00:00
parent a94c966852
commit bcd387c4ce
4 changed files with 9 additions and 2 deletions

View File

@ -15,6 +15,8 @@ RUN \
lynx \
php7-apcu \
php7-cgi \
php7-ctype \
php7-curl \
php7-dom \
php7-exif \
php7-gd \

View File

@ -18,11 +18,13 @@ RUN \
lynx \
php7-apcu \
php7-cgi \
php7-ctype \
php7-curl \
php7-dom \
php7-exif \
php7-gd \
php7-imagick \
php7-ldap \
php7-ldap \
php7-mysqli \
php7-mysqlnd \
php7-pear \

View File

@ -18,11 +18,13 @@ RUN \
lynx \
php7-apcu \
php7-cgi \
php7-ctype \
php7-curl \
php7-dom \
php7-exif \
php7-gd \
php7-imagick \
php7-ldap \
php7-ldap \
php7-mysqli \
php7-mysqlnd \
php7-pear \

View File

@ -43,6 +43,7 @@ app_setup_nginx_reverse_proxy_block: ""
# changelog
changelogs:
- { date: "01.03.19:", desc: "Add php-ctype & php-curl." }
- { 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." }