From 7b6d3fc2d900b6f2a20be5c2bb2b7ec0a57bb139 Mon Sep 17 00:00:00 2001 From: m2Giles <69128853+m2Giles@users.noreply.github.com> Date: Thu, 16 May 2024 01:01:54 -0400 Subject: [PATCH] chore: slim down brew --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 7c193513..f3c99f13 100644 --- a/Containerfile +++ b/Containerfile @@ -545,7 +545,7 @@ RUN touch /.dockerenv && \ curl -Lo /tmp/brew-install https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh && \ chmod +x /tmp/brew-install && \ /tmp/brew-install && \ - rm -rf /home/linuxbrew/.linuxbrew/Homebrew/Library/vendor && \ + rm -rf /home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/vendor && \ rm -rf /home/linuxbrew/.linuxbrew/Homebrew/.git && \ cp -R /home/linuxbrew /usr/share/homebrew && \ ostree container commit