Fix apt package versions

This commit is contained in:
cytopia
2022-01-23 18:10:17 +01:00
parent 58751d8deb
commit 7a2710ffc5
7 changed files with 24 additions and 14 deletions

View File

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