Skip to content

Commit

Permalink
inject docker dependency into ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
ldruschk committed Jun 9, 2024
1 parent 9d3b96b commit 9d741a1
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 @@ -7,7 +7,7 @@ RUN apt-get install -y --no-install-recommends openssh-client rsync git less tmu
software-properties-common gpg-agent pipx # for ansible and packer install

# Poetry and Ansible
RUN pipx install poetry && pipx install --include-deps ansible && pipx inject ansible ansible-lint --include-apps --include-deps
RUN pipx install poetry && pipx install --include-deps ansible && pipx inject ansible ansible-lint --include-apps --include-deps && pipx inject ansible docker
ENV PATH="/root/.local/bin:${PATH}"

# Packer and Terraform
Expand Down

0 comments on commit 9d741a1

Please sign in to comment.