fix: added php7-ctype

This commit is contained in:
jonathanmtran 2021-02-28 11:10:28 -08:00
parent 5590fceeb4
commit f44dd349d7
4 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,7 @@ RUN \
echo "**** install packages ****" && \
apk add --no-cache \
curl \
php7-ctype \
php7-gd \
php7-mysqli \
php7-pdo_pgsql \

View File

@ -11,6 +11,7 @@ RUN \
echo "**** install packages ****" && \
apk add --no-cache \
curl \
php7-ctype \
php7-gd \
php7-mysqli \
php7-pdo_pgsql \

View File

@ -11,6 +11,7 @@ RUN \
echo "**** install packages ****" && \
apk add --no-cache \
curl \
php7-ctype \
php7-gd \
php7-mysqli \
php7-pdo_pgsql \

View File

@ -62,6 +62,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "28.02.21:", desc: "Added php7-ctype." }
- { date: "23.01.21:", desc: "Rebasing to alpine 3.13." }
- { date: "01.06.20:", desc: "Rebasing to alpine 3.12." }
- { date: "29.04.20:", desc: "Add donation links for LibreSpeed to Github sponsor button and container log." }