FROM alpine RUN apk add --no-cache \ python3 \ py3-yaml \ graphviz WORKDIR /code COPY code/ . CMD ["python3", "puudot.py"]