From e79aae1c098e2eff3d2716c6521024c4a154f04e Mon Sep 17 00:00:00 2001 From: Marvin Pinto Date: Tue, 27 Feb 2024 15:56:43 -0500 Subject: [PATCH] fixup! Fix the Github build issue related to homebrew root detection --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7664ad0..1e4e29e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,6 @@ RUN eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" \ && brew install gcc git ansible chezmoi \ && brew tap marvinpinto/kitchensink "https://github.com/marvinpinto/kitchensink.git" \ && brew install \ - marvinpinto/kitchensink/op \ aws-vault \ cheat \ fzf \