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 https://github.com/linuxserver/docker-bookstack/issues/162
This commit is contained in:
Dan Brown 2023-03-02 00:34:26 +00:00
parent 9c8985d8c7
commit 792b1a8feb
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
3 changed files with 3 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 \