mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
Replace alpine-sdk with
This commit is contained in:
parent
cbd5bd17bc
commit
88648a256f
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…
Reference in a new issue