Skip to content

Commit 792b1a8

Browse files
committed
Added php81-iconv as an installed php extension
Adding since the iconv php extension is a requirement for BookStack that has previously been polyfilled but is now needed as an extension. Related to #162
1 parent 9c8985d commit 792b1a8

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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 \

0 commit comments

Comments
 (0)