Skip to content

Commit

Permalink
Merge pull request #11818 from sudoforge/docker-remove-extraneous-com…
Browse files Browse the repository at this point in the history
…mands

Dockerfile: remove extraneous permission modification commands
  • Loading branch information
MikeMcQuaid committed Aug 12, 2021
2 parents cd900ef + ae14ab0 commit 9fe6427
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,4 @@ RUN cd /home/linuxbrew/.linuxbrew \
&& brew cleanup \
&& { git -C /home/linuxbrew/.linuxbrew/Homebrew config --unset gc.auto; true; } \
&& { git -C /home/linuxbrew/.linuxbrew/Homebrew config --unset homebrew.devcmdrun; true; } \
&& rm -rf ~/.cache \
&& chown -R linuxbrew: /home/linuxbrew/.linuxbrew \
&& chmod -R g+w,o-w /home/linuxbrew/.linuxbrew
&& rm -rf ~/.cache

0 comments on commit 9fe6427

Please sign in to comment.