File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \
43
43
&& php /tmp/composer-setup.php --no-ansi --install-dir=/usr/local/bin --filename=composer && rm -rf /tmp/composer-setup.php
44
44
45
45
# Setup XDebug
46
- RUN curl -fsSL 'https://xdebug.org/files /xdebug-2.4.0.tgz' -o xdebug.tar.gz \
46
+ RUN curl -fsSL 'https://pecl.php.net/get /xdebug-2.4.0.tgz' -o xdebug.tar.gz \
47
47
&& mkdir -p xdebug \
48
48
&& tar -xf xdebug.tar.gz -C xdebug --strip-components=1 \
49
49
&& rm xdebug.tar.gz \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN curl -o /tmp/composer-setup.php https://getcomposer.org/installer \
43
43
&& php /tmp/composer-setup.php --no-ansi --install-dir=/usr/local/bin --filename=composer && rm -rf /tmp/composer-setup.php
44
44
45
45
# Setup XDebug
46
- RUN curl -fsSL 'https://xdebug.org/files /xdebug-2.5.0.tgz' -o xdebug.tar.gz \
46
+ RUN curl -fsSL 'https://pecl.php.net/get /xdebug-2.5.0.tgz' -o xdebug.tar.gz \
47
47
&& mkdir -p xdebug \
48
48
&& tar -xf xdebug.tar.gz -C xdebug --strip-components=1 \
49
49
&& rm xdebug.tar.gz \
You can’t perform that action at this time.
0 commit comments