Prevent tar preserving file ownership

This commit is contained in:
J Irving 2015-04-03 14:53:56 -07:00
parent 68d218bee0
commit 08bf31dfd4
9 changed files with 9 additions and 9 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \