# docker build -t mcanterb/forge-cicd # docker push mcanterb/forge-cicd FROM python:3.8 RUN apt update && apt-get install -y git RUN git config --global user.name "forgeRobot" && git config --global user.email "forgeRobot@example.com" RUN pip3 install -q asn1tools lxml xmlschema requests gitpython