mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
5 lines
125 B
Docker
5 lines
125 B
Docker
FROM python:3.9-slim-bullseye
|
|
COPY releaser.py /releaser.py
|
|
RUN pip install PyGithub --progress-bar off
|
|
CMD ["/releaser.py"]
|