blob: d4ebeadfc00baa06a2a3a2ff74a43fe35de0f6b6 [file] [log] [blame]
FROM python:alpine
RUN apk add git && pip install PyGithub git+https://github.com/SymbiFlow/symbiflow-tools-data-manager#egg=stdm --progress-bar off
COPY check-status.py /check-status.py
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]