6 lines
91 B
Docker
6 lines
91 B
Docker
FROM hashicorp/terraform:latest
|
|
|
|
RUN apk add --no-cache openssh-client
|
|
|
|
WORKDIR /workspace
|