Removed enchant from PHP 7.3 and PHP 7.4 as libenchant1 is not available via apt

This commit is contained in:
cytopia
2022-01-23 16:23:30 +01:00
parent e156582252
commit c8c71fb115
4 changed files with 5 additions and 28 deletions

View File

@@ -20,7 +20,6 @@ RUN set -eux \
libbz2-dev \
libc-client-dev \
libcurl4-openssl-dev \
libenchant-2-dev \
libevent-dev \
libexif-dev \
libexpat1-dev \
@@ -173,14 +172,6 @@ RUN set -eux \
&& true
# -------------------- Installing PHP Extension: enchant --------------------
RUN set -eux \
# Installation: Generic
# Type: Built-in extension
&& docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) enchant \
&& true
# -------------------- Installing PHP Extension: exif --------------------
RUN set -eux \
# Installation: Generic
@@ -854,7 +845,6 @@ RUN set -eux \
libaio1 \
libaspell15 \
libc-client2007e \
libenchant-2-2 \
libexif12 \
libexpat1 \
libfbclient2 \
@@ -962,8 +952,6 @@ RUN set -eux \
&& php-fpm -m | grep -oiE '^dba$' \
&& php -m | grep -oiE '^dom$' \
&& php-fpm -m | grep -oiE '^dom$' \
&& php -m | grep -oiE '^enchant$' \
&& php-fpm -m | grep -oiE '^enchant$' \
&& php -m | grep -oiE '^exif$' \
&& php-fpm -m | grep -oiE '^exif$' \
&& php -m | grep -oiE '^ffi$' \