Skip to content

Commit

Permalink
Merge pull request #5964 from MikeMcQuaid/docker-chmod
Browse files Browse the repository at this point in the history
Dockerfile: unset work writable permission.
  • Loading branch information
MikeMcQuaid committed Apr 1, 2019
2 parents 439283c + 8d6f309 commit 30aa04b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -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

0 comments on commit 30aa04b

Please sign in to comment.