Skip to content

Commit

Permalink
fix run of ansible galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Aug 2, 2024
1 parent 067ce6b commit 39ac9e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39ac9e3

Please sign in to comment.