Fix debs for PHP 5.2 and PHP 5.3

This commit is contained in:
cytopia
2022-03-17 19:29:45 +01:00
parent b937b99641
commit 361192deee
6 changed files with 33 additions and 28 deletions

View File

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