mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Dockerfile: make the prefix group writable
This commit is contained in:
parent
3aa7624284
commit
b10e4f282d
@ -40,5 +40,5 @@ ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:$PATH \
|
||||
# Install portable-ruby and tap homebrew/core.
|
||||
RUN HOMEBREW_NO_ANALYTICS=1 HOMEBREW_NO_AUTO_UPDATE=1 brew tap homebrew/core \
|
||||
&& chown -R linuxbrew: /home/linuxbrew/.linuxbrew \
|
||||
&& chmod -R o-w /home/linuxbrew/.linuxbrew \
|
||||
&& chmod -R g+w,o-w /home/linuxbrew/.linuxbrew \
|
||||
&& rm -rf ~/.cache
|
||||
|
Loading…
x
Reference in New Issue
Block a user