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

Issue #3404084: add pcov and phpdbg

parent b3a43d56
No related branches found
No related tags found
No related merge requests found
Pipeline #152636 passed
......@@ -115,14 +115,13 @@ RUN set -xe &&\
--enable-opcache \
--with-apxs2 \
--disable-cgi \
--disable-phpdbg \
&&\
make -j "$(nproc)" &&\
make install &&\
cd / && rm -fr "$buildDir"
# install pecl extensions for apcu, xdebug, and yaml
RUN pecl install APCu-5.1.23 yaml-2.2.3 \
RUN pecl install APCu-5.1.23 pcov-1.0.11 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