Added various modules to PHP 8.0

This commit is contained in:
cytopia
2020-12-11 15:35:42 +01:00
parent f0c625d951
commit f6015c766a
12 changed files with 191 additions and 62 deletions

View File

@@ -242,8 +242,9 @@ RUN set -eux \
# -------------------- Installing PHP Extension: mcrypt --------------------
RUN set -eux \
# Installation: Generic
# Installation: Version specific
# Type: Built-in extension
# Installation
&& docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) mcrypt \
&& true