Dockerfile: unset work writable permission.
Otherwise Ruby complains which is causing failing tests.
This commit is contained in:
parent
439283c3df
commit
8d6f30966b
@ -39,4 +39,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 \
|
||||
&& rm -rf ~/.cache
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user