Skip to content

Commit 62f2948

Browse files
authored
Merge pull request #5 from HomeDevopsLab:fix-proxmox-dynamic-inventory
injecting requests module
2 parents d682718 + f249b8f commit 62f2948

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ RUN curl -L "https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${
2727
mv terraform /usr/local/bin/ && \
2828
rm terraform.zip && \
2929
chmod +x /usr/local/bin/terraform
30-
RUN pipx install --include-deps ansible
30+
RUN pipx install --include-deps ansible && \
31+
pipx inject ansible requests

0 commit comments

Comments
 (0)