FROM alpine RUN apk add --no-cache \ yq \ python3 \ py3-yaml \ graphviz COPY run.sh /run.sh RUN chmod +x /run.sh CMD ["/run.sh"]