2020-05-31 10:01:34 +08:00

5 lines
68 B
Docker

FROM python:3.8-alpine
RUN pip3 install bandersnatch
CMD /bin/bash