Update/fix PHPIZE_DEPS comment

Closes #597
This commit is contained in:
Tianon Gravi
2018-03-21 11:23:32 -07:00
parent 35aedb2900
commit fe07cedc05
33 changed files with 132 additions and 33 deletions

View File

@ -6,7 +6,8 @@
FROM alpine:3.4
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.4
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.4
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -6,7 +6,8 @@
FROM alpine:3.4
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.4
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.4
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -6,7 +6,8 @@
FROM alpine:3.4
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.4
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.4
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -6,7 +6,8 @@
FROM alpine:3.6
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.6
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.6
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.7
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.7
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -6,7 +6,8 @@
FROM alpine:3.7
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -17,6 +18,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -15,7 +15,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -26,6 +27,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \

View File

@ -1,6 +1,7 @@
FROM alpine:%%ALPINE_VERSION%%
# persistent / runtime deps
# dependencies required for running "phpize"
# these get automatically installed and removed by "docker-php-ext-*" (unless they're already installed)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev dpkg \
@ -11,6 +12,8 @@ ENV PHPIZE_DEPS \
make \
pkgconf \
re2c
# persistent / runtime deps
RUN apk add --no-cache --virtual .persistent-deps \
ca-certificates \
curl \

View File

@ -9,7 +9,8 @@ RUN set -eux; \
echo 'Pin-Priority: -1'; \
} > /etc/apt/preferences.d/no-debian-php
# persistent / runtime deps
# dependencies required for running "phpize"
# (see persistent deps below)
ENV PHPIZE_DEPS \
autoconf \
dpkg-dev \
@ -20,6 +21,8 @@ ENV PHPIZE_DEPS \
make \
pkg-config \
re2c
# persistent / runtime deps
RUN apt-get update && apt-get install -y \
$PHPIZE_DEPS \
ca-certificates \