fix gitiles

Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-05-08 14:36:33 -07:00
parent bbbec33544
commit fecee6089e
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -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 \