mirror of
https://github.com/nextcloud/docker.git
synced 2025-03-17 03:45:09 +01:00
Merge pull request #346 from J0WI/PHPIZE_DEPS
Replace alpine-sdk with $PHPIZE_DEPS
This commit is contained in:
commit
826e90c2cb
5 changed files with 5 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue