Merge pull request #11818 from sudoforge/docker-remove-extraneous-commands

Dockerfile: remove extraneous permission modification commands
This commit is contained in:
Mike McQuaid 2021-08-12 13:42:31 +01:00 committed by GitHub
commit 9fe642759c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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