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