mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
build a docker image for bandersnatch
This commit is contained in:
parent
d962cc7f76
commit
6635f5c715
|
|
@ -0,0 +1,4 @@
|
|||
FROM python:3.8-alpine
|
||||
|
||||
RUN pip3 install bandersnatch
|
||||
CMD /bin/bash
|
||||
Loading…
Reference in New Issue