Skip to content

Commit 57d90ad

Browse files
authored
Include HCL python package
This package lets you parse terraform files and read them as JSON files.
1 parent 4e312ac commit 57d90ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)