mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
fix homebrew env (gaoyifan/homebrew-bottle-mirror#6)
This commit is contained in:
parent
17c20b1049
commit
4b96d33315
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue