Skip to content

Commit 713b633

Browse files
authored
Merge pull request #1 from DanRoberson/patch-1
Include HCL python package
2 parents 4e312ac + 57d90ad commit 713b633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM zenika/terraform-azure-cli:latest AS build
22

33
RUN apt-get update && apt-get install make git python3-pip -y
4-
RUN pip3 install gitpython python-terraform
4+
RUN pip3 install gitpython python-terraform pyhcl
55

66
FROM build as final
77
WORKDIR /workspace

0 commit comments

Comments
 (0)