build a docker image for bandersnatch

This commit is contained in:
z4yx 2020-05-31 10:01:34 +08:00
parent d962cc7f76
commit 6635f5c715

View File

@ -0,0 +1,4 @@
FROM python:3.8-alpine
RUN pip3 install bandersnatch
CMD /bin/bash