Skip to content

Commit f15fd70

Browse files
author
cody
committed
Added docker
1 parent 23c727a commit f15fd70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ FROM hashicorp/terraform:0.12.13 as terraform-installer
22

33
FROM alpine:latest
44

5+
RUN apk add --no-cache git
6+
57
COPY --from=terraform-installer /bin/terraform /bin/terraform
68

79
ENTRYPOINT []

0 commit comments

Comments
 (0)