We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e312ac + 57d90ad commit 713b633Copy full SHA for 713b633
Dockerfile
@@ -1,7 +1,7 @@
1
FROM zenika/terraform-azure-cli:latest AS build
2
3
RUN apt-get update && apt-get install make git python3-pip -y
4
-RUN pip3 install gitpython python-terraform
+RUN pip3 install gitpython python-terraform pyhcl
5
6
FROM build as final
7
WORKDIR /workspace
0 commit comments