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

Issue #3404084: add xdebug

(cherry picked from commit d3f12cc3)
parent 2522a331
No related branches found
No related tags found
No related merge requests found
Pipeline #152799 passed
......@@ -121,8 +121,8 @@ RUN set -xe &&\
make install &&\
cd / && rm -fr "$buildDir"
# install pecl extensions for apcu, pcov, and yaml
RUN pecl install APCu-5.1.23 pcov-1.0.11 yaml-2.2.3 \
# install pecl extensions for apcu, pcov, xdebug, and yaml
RUN pecl install APCu-5.1.23 pcov-1.0.11 xdebug-3.3.2 yaml-2.2.3 \
&&\
# stript .debug files out of executables
echo '\
......
......@@ -121,8 +121,8 @@ RUN set -xe &&\
make install &&\
cd / && rm -fr "$buildDir"
# install pecl extensions for apcu, pcov, and yaml
RUN pecl install APCu-5.1.23 pcov-1.0.11 yaml-2.2.3 \
# install pecl extensions for apcu, pcov, xdebug, and yaml
RUN pecl install APCu-5.1.23 pcov-1.0.11 xdebug-3.3.2 yaml-2.2.3 \
&&\
# stript .debug files out of executables
echo '\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment