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