Dockerfile: use normal brew cleanup.

This commit is contained in:
Mike McQuaid 2020-02-05 19:31:59 +00:00 committed by GitHub
parent efc27df4bd
commit f2b8d4ec08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,4 +45,4 @@ RUN HOMEBREW_NO_ANALYTICS=1 HOMEBREW_NO_AUTO_UPDATE=1 brew tap homebrew/core \
&& chmod -R g+w,o-w /home/linuxbrew/.linuxbrew \
&& rm -rf ~/.cache \
&& brew install-bundler-gems \
&& brew cleanup -s
&& brew cleanup