mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
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:
parent
9c8985d8c7
commit
792b1a8feb
@ -24,6 +24,7 @@ RUN \
|
||||
php81-curl \
|
||||
php81-dom \
|
||||
php81-gd \
|
||||
php81-iconv \
|
||||
php81-ldap \
|
||||
php81-mysqlnd \
|
||||
php81-pdo_mysql \
|
||||
|
||||
@ -24,6 +24,7 @@ RUN \
|
||||
php81-curl \
|
||||
php81-dom \
|
||||
php81-gd \
|
||||
php81-iconv \
|
||||
php81-ldap \
|
||||
php81-mysqlnd \
|
||||
php81-pdo_mysql \
|
||||
|
||||
@ -24,6 +24,7 @@ RUN \
|
||||
php81-curl \
|
||||
php81-dom \
|
||||
php81-gd \
|
||||
php81-iconv \
|
||||
php81-ldap \
|
||||
php81-mysqlnd \
|
||||
php81-pdo_mysql \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user