FROM alpine:3.21 AS fmt

RUN apk add --no-cache \
    opentofu \
    pre-commit \
    kubeconform \
    tflint

# Default command
CMD ["/bin/sh"]
