Skip to content

Commit 602677f

Browse files
authored
Merge pull request #164 from ssddanbrown/master
Added php81-iconv as an installed php extension
2 parents 9c8985d + cc131b8 commit 602677f

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN \
2424
php81-curl \
2525
php81-dom \
2626
php81-gd \
27+
php81-iconv \
2728
php81-ldap \
2829
php81-mysqlnd \
2930
php81-pdo_mysql \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN \
2424
php81-curl \
2525
php81-dom \
2626
php81-gd \
27+
php81-iconv \
2728
php81-ldap \
2829
php81-mysqlnd \
2930
php81-pdo_mysql \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN \
2424
php81-curl \
2525
php81-dom \
2626
php81-gd \
27+
php81-iconv \
2728
php81-ldap \
2829
php81-mysqlnd \
2930
php81-pdo_mysql \

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ app_setup_block: |
104104
105105
# changelog
106106
changelogs:
107+
- { date: "01.03.23:", desc: "Add php iconv." }
107108
- { date: "19.01.23:", desc: "Rebase to alpine 3.17 with php8.1." }
108109
- { date: "16.01.23:", desc: "Wrap `.env` values in quotes." }
109110
- { date: "05.01.23:", desc: "Fix db password setting (sed escape `&`)." }

0 commit comments

Comments
 (0)