Files
Software/terraform-pve-vm/Dockerfile
2026-06-14 19:53:10 -04:00

6 lines
91 B
Docker

FROM hashicorp/terraform:latest
RUN apk add --no-cache openssh-client
WORKDIR /workspace