From fecee6089ea9123629e6c8a030c3050e40cbd4ff Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sun, 8 May 2016 14:36:33 -0700 Subject: [PATCH] fix gitiles Signed-off-by: Jess Frazelle --- gitiles/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitiles/Dockerfile b/gitiles/Dockerfile index acbbcb5..cb60e33 100644 --- a/gitiles/Dockerfile +++ b/gitiles/Dockerfile @@ -12,7 +12,7 @@ RUN buildDeps=' \ ' \ set -x \ && apk --update add $buildDeps \ - --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ \ + --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ \ && git clone --depth 1 https://github.com/facebook/buck.git /buck \ && ( \ cd /buck \