From 4b96d333158d132b22be8a2611bc34b9749dc541 Mon Sep 17 00:00:00 2001 From: Yuxiang Zhang Date: Thu, 20 Aug 2020 21:55:45 +0800 Subject: [PATCH] fix homebrew env (gaoyifan/homebrew-bottle-mirror#6) --- dockerfiles/homebrew-mirror/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockerfiles/homebrew-mirror/Dockerfile b/dockerfiles/homebrew-mirror/Dockerfile index 3974a6e..a8bd842 100644 --- a/dockerfiles/homebrew-mirror/Dockerfile +++ b/dockerfiles/homebrew-mirror/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3 +FROM alpine:3.11 -RUN apk add --no-cache bash ruby ruby-bigdecimal git curl ncurses ruby-json ruby-etc ruby-irb ruby-json ruby-test-unit +RUN apk add --no-cache bash git curl ncurses ruby ruby-bigdecimal ruby-fiddle ruby-json ruby-etc ruby-irb ruby-json ruby-test-unit 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