fukuops/Dockerfile
2026-04-08 20:09:04 +02:00

10 lines
146 B
Docker

FROM alpine:3.21 AS fmt
RUN apk add --no-cache \
opentofu \
pre-commit \
kubeconform \
tflint
# Default command
CMD ["/bin/sh"]