From d0f5217d207d9c5c625c7bbc742fd4f06c1a62d2 Mon Sep 17 00:00:00 2001 From: Vic Date: Fri, 28 Oct 2016 00:39:25 -0400 Subject: [PATCH] Update patchelf repo patchelf was moved from testing to community: http://git.alpinelinux.org/cgit/aports/commit/?id=48763955e12d7099cf9e5c86e4b4fb74338c96d5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08c239e..5bce656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN cd /usr/src/phantomjs \ && apk del .build-deps \ && rm -r /*.patch /usr/src -RUN apk add patchelf --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted +RUN apk add patchelf --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted # package binary build RUN cd /root \