Fix broken pipelines

This commit is contained in:
cytopia
2020-06-26 10:00:26 +02:00
parent c3f46d3706
commit 6d2053878a
10 changed files with 29 additions and 61 deletions

View File

@@ -688,10 +688,10 @@ RUN set -eux \
# -------------------- Installing PHP Extension: yaml --------------------
RUN set -eux \
# Installation: Generic
# Installation: Version specific
# Type: PECL extension
# Default: Pecl command
&& pecl install yaml \
&& pecl install yaml-2.0.4 \
# Enabling
&& docker-php-ext-enable yaml \
&& true