From 4c66f70f9918b7d3cca4fd892a620b1914d95da6 Mon Sep 17 00:00:00 2001 From: Miao Wang Date: Sun, 3 Jan 2021 03:24:11 +0800 Subject: [PATCH] change upstream of homebrew-mirror --- 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 a8bd842..2e84b41 100644 --- a/dockerfiles/homebrew-mirror/Dockerfile +++ b/dockerfiles/homebrew-mirror/Dockerfile @@ -4,6 +4,6 @@ RUN apk add --no-cache bash git curl ncurses ruby ruby-bigdecimal ruby-fiddle ru 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/z4yx/homebrew-bottle-mirror.git /home/homebrew/.linuxbrew/homebrew/Library/Taps/gaoyifan/homebrew-bottle-mirror +RUN git clone --depth 1 https://github.com/gaoyifan/homebrew-bottle-mirror.git /home/homebrew/.linuxbrew/homebrew/Library/Taps/gaoyifan/homebrew-bottle-mirror RUN chown -R 2000 /home/homebrew