mirror of
https://github.com/danog/php.git
synced 2025-01-22 04:51:20 +01:00
Prevent tar preserving file ownership
This commit is contained in:
parent
68d218bee0
commit
08bf31dfd4
@ -32,7 +32,7 @@ RUN buildDeps=" \
|
|||||||
&& curl -SL "http://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.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||||
&& gpg --verify php.tar.bz2.asc \
|
&& gpg --verify php.tar.bz2.asc \
|
||||||
&& mkdir -p /usr/src/php \
|
&& mkdir -p /usr/src/php \
|
||||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||||
&& rm php.tar.bz2* \
|
&& rm php.tar.bz2* \
|
||||||
&& cd /usr/src/php \
|
&& cd /usr/src/php \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
@ -45,7 +45,7 @@ RUN buildDeps=" \
|
|||||||
&& curl -SL "http://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.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||||
&& gpg --verify php.tar.bz2.asc \
|
&& gpg --verify php.tar.bz2.asc \
|
||||||
&& mkdir -p /usr/src/php \
|
&& mkdir -p /usr/src/php \
|
||||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||||
&& rm php.tar.bz2* \
|
&& rm php.tar.bz2* \
|
||||||
&& cd /usr/src/php \
|
&& cd /usr/src/php \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
@ -33,7 +33,7 @@ RUN buildDeps=" \
|
|||||||
&& curl -SL "http://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.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||||
&& gpg --verify php.tar.bz2.asc \
|
&& gpg --verify php.tar.bz2.asc \
|
||||||
&& mkdir -p /usr/src/php \
|
&& mkdir -p /usr/src/php \
|
||||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||||
&& rm php.tar.bz2* \
|
&& rm php.tar.bz2* \
|
||||||
&& cd /usr/src/php \
|
&& cd /usr/src/php \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
@ -32,7 +32,7 @@ RUN buildDeps=" \
|
|||||||
&& curl -SL "http://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.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||||
&& gpg --verify php.tar.bz2.asc \
|
&& gpg --verify php.tar.bz2.asc \
|
||||||
&& mkdir -p /usr/src/php \
|
&& mkdir -p /usr/src/php \
|
||||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||||
&& rm php.tar.bz2* \
|
&& rm php.tar.bz2* \
|
||||||
&& cd /usr/src/php \
|
&& cd /usr/src/php \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
@ -45,7 +45,7 @@ RUN buildDeps=" \
|
|||||||
&& curl -SL "http://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.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||||
&& gpg --verify php.tar.bz2.asc \
|
&& gpg --verify php.tar.bz2.asc \
|
||||||
&& mkdir -p /usr/src/php \
|
&& mkdir -p /usr/src/php \
|
||||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||||
&& rm php.tar.bz2* \
|
&& rm php.tar.bz2* \
|
||||||
&& cd /usr/src/php \
|
&& cd /usr/src/php \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
@ -33,7 +33,7 @@ RUN buildDeps=" \
|
|||||||
&& curl -SL "http://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.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||||
&& gpg --verify php.tar.bz2.asc \
|
&& gpg --verify php.tar.bz2.asc \
|
||||||
&& mkdir -p /usr/src/php \
|
&& mkdir -p /usr/src/php \
|
||||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||||
&& rm php.tar.bz2* \
|
&& rm php.tar.bz2* \
|
||||||
&& cd /usr/src/php \
|
&& cd /usr/src/php \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
@ -32,7 +32,7 @@ RUN buildDeps=" \
|
|||||||
&& curl -SL "http://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.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||||
&& gpg --verify php.tar.bz2.asc \
|
&& gpg --verify php.tar.bz2.asc \
|
||||||
&& mkdir -p /usr/src/php \
|
&& mkdir -p /usr/src/php \
|
||||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||||
&& rm php.tar.bz2* \
|
&& rm php.tar.bz2* \
|
||||||
&& cd /usr/src/php \
|
&& cd /usr/src/php \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
@ -45,7 +45,7 @@ RUN buildDeps=" \
|
|||||||
&& curl -SL "http://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.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||||
&& gpg --verify php.tar.bz2.asc \
|
&& gpg --verify php.tar.bz2.asc \
|
||||||
&& mkdir -p /usr/src/php \
|
&& mkdir -p /usr/src/php \
|
||||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||||
&& rm php.tar.bz2* \
|
&& rm php.tar.bz2* \
|
||||||
&& cd /usr/src/php \
|
&& cd /usr/src/php \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
@ -33,7 +33,7 @@ RUN buildDeps=" \
|
|||||||
&& curl -SL "http://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.asc/from/this/mirror" -o php.tar.bz2.asc \
|
||||||
&& gpg --verify php.tar.bz2.asc \
|
&& gpg --verify php.tar.bz2.asc \
|
||||||
&& mkdir -p /usr/src/php \
|
&& mkdir -p /usr/src/php \
|
||||||
&& tar -xf php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
&& tar -xof php.tar.bz2 -C /usr/src/php --strip-components=1 \
|
||||||
&& rm php.tar.bz2* \
|
&& rm php.tar.bz2* \
|
||||||
&& cd /usr/src/php \
|
&& cd /usr/src/php \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user