From bad8003b0e05d71b4a0be1b9bb4b7020b2e58c54 Mon Sep 17 00:00:00 2001 From: z4yx Date: Sun, 22 Mar 2020 19:06:55 +0800 Subject: [PATCH] switch to z4yx/homebrew-bottle-mirror temporarily --- dockerfiles/homebrew-mirror/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/homebrew-mirror/Dockerfile b/dockerfiles/homebrew-mirror/Dockerfile index 342ebac..3974a6e 100644 --- a/dockerfiles/homebrew-mirror/Dockerfile +++ b/dockerfiles/homebrew-mirror/Dockerfile @@ -4,6 +4,6 @@ RUN apk add --no-cache bash ruby ruby-bigdecimal git curl ncurses ruby-json ruby RUN git clone --depth 1 https://github.com/Homebrew/brew.git /home/homebrew/.linuxbrew/homebrew && cd /home/homebrew/.linuxbrew && mkdir bin && ln -s /home/homebrew/.linuxbrew/homebrew/bin/brew /home/homebrew/.linuxbrew/bin -RUN git clone --depth 1 https://github.com/gaoyifan/homebrew-bottle-mirror.git /home/homebrew/.linuxbrew/homebrew/Library/Taps/gaoyifan/homebrew-bottle-mirror +RUN git clone --depth 1 https://github.com/z4yx/homebrew-bottle-mirror.git /home/homebrew/.linuxbrew/homebrew/Library/Taps/gaoyifan/homebrew-bottle-mirror RUN chown -R 2000 /home/homebrew