0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-25 04:40:55 +02:00

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 \