Merge pull request #164 from ssddanbrown/master

Added php81-iconv as an installed php extension
This commit is contained in:
aptalca 2023-03-01 20:16:45 -05:00 committed by GitHub
commit 602677fe43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN \
php81-curl \
php81-dom \
php81-gd \
php81-iconv \
php81-ldap \
php81-mysqlnd \
php81-pdo_mysql \

View File

@ -24,6 +24,7 @@ RUN \
php81-curl \
php81-dom \
php81-gd \
php81-iconv \
php81-ldap \
php81-mysqlnd \
php81-pdo_mysql \

View File

@ -24,6 +24,7 @@ RUN \
php81-curl \
php81-dom \
php81-gd \
php81-iconv \
php81-ldap \
php81-mysqlnd \
php81-pdo_mysql \

View File

@ -104,6 +104,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "01.03.23:", desc: "Add php iconv." }
- { date: "19.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
- { date: "16.01.23:", desc: "Wrap `.env` values in quotes." }
- { date: "05.01.23:", desc: "Fix db password setting (sed escape `&`)." }