mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-04-03 19:00:42 +02:00
fix gitiles
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
bbbec33544
commit
fecee6089e
@ -12,7 +12,7 @@ RUN buildDeps=' \
|
|||||||
' \
|
' \
|
||||||
set -x \
|
set -x \
|
||||||
&& apk --update add $buildDeps \
|
&& 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 \
|
&& git clone --depth 1 https://github.com/facebook/buck.git /buck \
|
||||||
&& ( \
|
&& ( \
|
||||||
cd /buck \
|
cd /buck \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user