fukuops/Dockerfile
cătălin d863101cef
Some checks failed
ci/woodpecker/push/tofu Pipeline failed
ci/woodpecker/push/fmt Pipeline failed
wip
2026-04-08 20:29:10 +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"]