Files
Software/artemis-backup-20260614-1920/terraform-pve-vm/Dockerfile

6 lines
91 B
Docker

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