File tree Expand file tree Collapse file tree 17 files changed +153
-0
lines changed
Expand file tree Collapse file tree 17 files changed +153
-0
lines changed Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
Original file line number Diff line number Diff line change 66
77FROM debian:jessie
88
9+ # prevent Debian's PHP packages from being installed
10+ # https://github.com/docker-library/php/pull/542
11+ RUN set -eux; \
12+ { \
13+ echo 'Package: php*' ; \
14+ echo 'Pin: release *' ; \
15+ echo 'Pin-Priority: -1' ; \
16+ } > /etc/apt/preferences.d/no-debian-php
17+
918# persistent / runtime deps
1019ENV PHPIZE_DEPS \
1120 autoconf \
You can’t perform that action at this time.
0 commit comments