Skip to content
Snippets Groups Projects
Commit ea379038 authored by Alex Pott's avatar Alex Pott Committed by Andrey Postnikov
Browse files

Issue #3402448 by andypost, alexpott: Add PECL Yaml to PHP 8.1 and PHP 8.2

parent 55909229
Branches
No related tags found
1 merge request!31Add PECL yaml to PHP 8.1 and 8.2
Pipeline #54532 passed
......@@ -206,7 +206,7 @@ RUN set -xe \
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
# install pecl extensions for apcu, xdebug, and yaml
RUN docker-php-ext-pecl-install APCu-5.1.22 \
RUN docker-php-ext-pecl-install APCu-5.1.22 yaml-2.2.3 \
&& apt-get update \
&& apt-get install -y default-mysql-client postgresql-client sudo git sqlite3/buster --allow-downgrades --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
......
......@@ -205,7 +205,7 @@ RUN set -xe \
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
# install pecl extensions for apcu, xdebug, and yaml
RUN docker-php-ext-pecl-install APCu-5.1.20 \
RUN docker-php-ext-pecl-install APCu-5.1.20 yaml-2.2.3 \
&& apt-get update \
&& apt-get install -y default-mysql-client postgresql-client sudo git sqlite3 --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment