Merge pull request #346 from J0WI/PHPIZE_DEPS

Replace alpine-sdk with $PHPIZE_DEPS
This commit is contained in:
Tilo Spannagel 2018-06-04 08:25:13 +02:00 committed by GitHub
commit 826e90c2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ RUN set -ex; \
RUN set -ex; \
\
apk add --no-cache --virtual .build-deps \
alpine-sdk \
$PHPIZE_DEPS \
autoconf \
freetype-dev \
icu-dev \

View File

@ -16,7 +16,7 @@ RUN set -ex; \
RUN set -ex; \
\
apk add --no-cache --virtual .build-deps \
alpine-sdk \
$PHPIZE_DEPS \
autoconf \
freetype-dev \
icu-dev \

View File

@ -16,7 +16,7 @@ RUN set -ex; \
RUN set -ex; \
\
apk add --no-cache --virtual .build-deps \
alpine-sdk \
$PHPIZE_DEPS \
autoconf \
freetype-dev \
icu-dev \

View File

@ -16,7 +16,7 @@ RUN set -ex; \
RUN set -ex; \
\
apk add --no-cache --virtual .build-deps \
alpine-sdk \
$PHPIZE_DEPS \
autoconf \
freetype-dev \
icu-dev \

View File

@ -15,7 +15,7 @@ RUN set -ex; \
RUN set -ex; \
\
apk add --no-cache --virtual .build-deps \
alpine-sdk \
$PHPIZE_DEPS \
autoconf \
freetype-dev \
icu-dev \