summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-06-01 21:34:03 +0200
committerJ0WI <J0WI@users.noreply.github.com>2018-06-01 21:34:03 +0200
commit88648a256f1f505f4ee7075df102b41747572690 (patch)
tree62bc414db31ddef135128ce9569fa656adb75250 /Dockerfile-alpine.template
parentcbd5bd17bc5ed46133f3bdf661e899777875c377 (diff)
Replace alpine-sdk with
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 05cfc01b..b1d988f5 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -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 \