Skip to content

Commit 00b4655

Browse files
author
cody
committed
Include ssh
1 parent f15fd70 commit 00b4655

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
@@ -2,7 +2,7 @@ FROM hashicorp/terraform:0.12.13 as terraform-installer
22

33
FROM alpine:latest
44

5-
RUN apk add --no-cache git
5+
RUN apk add --no-cache git openssh-client
66

77
COPY --from=terraform-installer /bin/terraform /bin/terraform
88

0 commit comments

Comments
 (0)