|
|
@ -9,7 +9,7 @@ WORKDIR /var/www/localhost |
|
|
|
|
|
|
|
FROM base AS pre_test |
|
|
|
ARG XDEBUG_VERSION=3.0.4 |
|
|
|
RUN curl --proto =https --tlsv1.2 "https://pecl.php.net/get/xdebug-${XDEBUG_VERSION}.tgz" && \ |
|
|
|
RUN curl --silent --proto =https --tlsv1.2 "https://pecl.php.net/get/xdebug-${XDEBUG_VERSION}.tgz" && \ |
|
|
|
pecl install xdebug-${XDEBUG_VERSION}.tgz && \ |
|
|
|
rm -rf xdebug-${XDEBUG_VERSION}.tgz && \ |
|
|
|
rm -rf /tmp/pear && \ |
|
|
|