Skip to content
Snippets Groups Projects
Commit 0a066f60 authored by Andrey Postnikov's avatar Andrey Postnikov Committed by Andrey Postnikov
Browse files

Issue #3404084: add pcov and xdebug (8.1)

(cherry picked from commit 3b782a48)
parent 894780eb
No related branches found
No related tags found
No related merge requests found
Pipeline #152876 passed
...@@ -205,8 +205,9 @@ RUN set -xe \ ...@@ -205,8 +205,9 @@ RUN set -xe \
COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/ COPY docker-php-ext-* docker-php-entrypoint /usr/local/bin/
# install pecl extensions for apcu, xdebug, and yaml # install pecl extensions for apcu, pcov, xdebug, and yaml
RUN docker-php-ext-pecl-install APCu-5.1.23 yaml-2.2.3 \ RUN docker-php-ext-pecl-install APCu-5.1.23 yaml-2.2.3 \
&& pecl install pcov-1.0.11 xdebug-3.3.2 \
&& apt-get update \ && apt-get update \
&& apt-get install -y default-mysql-client postgresql-client sudo git sqlite3/buster --allow-downgrades --no-install-recommends \ && apt-get install -y default-mysql-client postgresql-client sudo git sqlite3/buster --allow-downgrades --no-install-recommends \
&& rm -rf /var/lib/apt/lists/* && 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