We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d682718 + f249b8f commit 62f2948Copy full SHA for 62f2948
1 file changed
Dockerfile
@@ -27,4 +27,5 @@ RUN curl -L "https://releases.hashicorp.com/terraform/${TF_VERSION}/terraform_${
27
mv terraform /usr/local/bin/ && \
28
rm terraform.zip && \
29
chmod +x /usr/local/bin/terraform
30
-RUN pipx install --include-deps ansible
+RUN pipx install --include-deps ansible && \
31
+ pipx inject ansible requests
0 commit comments