Skip to content

Commit

Permalink
Add install of ansible collection community.general
Browse files Browse the repository at this point in the history
  • Loading branch information
he-meyer committed Apr 10, 2024
1 parent 7dfc07f commit 521ac56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docops/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ RUN \
curl -Lo dtcw https://doctoolchain.org/dtcw && \
chmod +x ./dtcw && \
./dtcw install doctoolchain; \
./dtcw install java;
./dtcw install java; \
# Install community.general collection, it contains the 'archive' module used in the doctoolchain playbook
ansible-galaxy collection install community.general;

CMD ["/bin/bash"]

0 comments on commit 521ac56

Please sign in to comment.