Merge pull request #11 from jonathanmtran/fix/php7-ctype

fix: added php7-ctype
This commit is contained in:
aptalca 2021-02-28 15:57:09 -05:00 committed by GitHub
commit 9cda8fb552
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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." }