Revert "Dockerfile: remove extraneous permission modification commands"

This reverts commit ae14ab0ba0d3eb574b7ed0a3a387b975f7975be8.
This commit is contained in:
Michka Popoff 2021-08-18 12:39:10 +02:00
parent 6d61fb03cd
commit 58937ae1b6
No known key found for this signature in database
GPG Key ID: 033D03F151030611

View File

@ -48,4 +48,6 @@ 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
&& rm -rf ~/.cache \
&& chown -R linuxbrew: /home/linuxbrew/.linuxbrew \
&& chmod -R g+w,o-w /home/linuxbrew/.linuxbrew