From 02464ead5c1bad9bd8481bf94dfc8aa465d7c2aa Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Wed, 29 Mar 2017 22:39:34 +0100 Subject: [PATCH] use edge repository for php dependencies --- Dockerfile | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b9f2c5d..4da5066 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,13 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA RUN \ apk add --no-cache \ git \ + sqlite && \ + +apk add --no-cache \ + --repository http://nl.alpinelinux.org/alpine/edge/main \ + icu-libs && \ + apk add --no-cache \ + --repository http://nl.alpinelinux.org/alpine/edge/community \ php7-ctype \ php7-curl \ php7-dom \ @@ -25,8 +32,7 @@ RUN \ php7-sqlite3 \ php7-xml \ php7-zip \ - php7-zlib \ - sqlite + php7-zlib # copy local files COPY root/ /