mirror of
https://github.com/danog/php.git
synced 2024-11-30 04:29:16 +01:00
Merge pull request #5 from docker-library-php/use-php-mirrors
use php.net as host, to allow mirror redirects
This commit is contained in:
commit
cca85539a6
@ -12,8 +12,8 @@ RUN set -x \
|
||||
&& dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
&& dpkg -i bison_2.7.1.dfsg-1_amd64.deb \
|
||||
&& rm *.deb \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& gpg --verify php.tar.bz2.asc \
|
||||
&& mkdir -p /usr/src/php \
|
||||
&& tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
|
@ -12,8 +12,8 @@ RUN set -x \
|
||||
&& dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
&& dpkg -i bison_2.7.1.dfsg-1_amd64.deb \
|
||||
&& rm *.deb \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& gpg --verify php.tar.bz2.asc \
|
||||
&& mkdir -p /usr/src/php \
|
||||
&& tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
|
@ -11,8 +11,8 @@ RUN set -x \
|
||||
&& dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
&& dpkg -i bison_2.7.1.dfsg-1_amd64.deb \
|
||||
&& rm *.deb \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& gpg --verify php.tar.bz2.asc \
|
||||
&& mkdir -p /usr/src/php \
|
||||
&& tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
|
@ -11,8 +11,8 @@ RUN set -x \
|
||||
&& dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
&& dpkg -i bison_2.7.1.dfsg-1_amd64.deb \
|
||||
&& rm *.deb \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& gpg --verify php.tar.bz2.asc \
|
||||
&& mkdir -p /usr/src/php \
|
||||
&& tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
|
@ -11,8 +11,8 @@ RUN set -x \
|
||||
&& dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
&& dpkg -i bison_2.7.1.dfsg-1_amd64.deb \
|
||||
&& rm *.deb \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& gpg --verify php.tar.bz2.asc \
|
||||
&& mkdir -p /usr/src/php \
|
||||
&& tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
|
@ -11,8 +11,8 @@ RUN set -x \
|
||||
&& dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
&& dpkg -i bison_2.7.1.dfsg-1_amd64.deb \
|
||||
&& rm *.deb \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& gpg --verify php.tar.bz2.asc \
|
||||
&& mkdir -p /usr/src/php \
|
||||
&& tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
|
@ -11,8 +11,8 @@ RUN set -x \
|
||||
&& dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
&& dpkg -i bison_2.7.1.dfsg-1_amd64.deb \
|
||||
&& rm *.deb \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& gpg --verify php.tar.bz2.asc \
|
||||
&& mkdir -p /usr/src/php \
|
||||
&& tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
|
@ -11,8 +11,8 @@ RUN set -x \
|
||||
&& dpkg -i libbison-dev_2.7.1.dfsg-1_amd64.deb \
|
||||
&& dpkg -i bison_2.7.1.dfsg-1_amd64.deb \
|
||||
&& rm *.deb \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://us2.php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2/from/this/mirror" -o php.tar.bz2 \
|
||||
&& curl -SL "http://php.net/get/php-$PHP_VERSION.tar.bz2.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||
&& gpg --verify php.tar.bz2.asc \
|
||||
&& mkdir -p /usr/src/php \
|
||||
&& tar -xvf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||
|
Loading…
Reference in New Issue
Block a user