From 39ac9e34078f92e9267cf3899c3ffae6867b5080 Mon Sep 17 00:00:00 2001 From: Markus Keil Date: Fri, 2 Aug 2024 11:10:30 +0200 Subject: [PATCH] fix run of ansible galaxy --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf0219c..196ab3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \ # OhMyZsh RUN /bin/zsh -c 'sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"' RUN git clone https://github.com/Aloxaf/fzf-tab /root/.oh-my-zsh/custom/plugins/fzf-tab -RUN ansible-galaxy collection install infisical.vault +RUN /bin/zsh -c '/root/.local/bin/ansible-galaxy collection install infisical.vault' COPY .zshrc /root/.zshrc