mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-21 05:02:43 +00:00
5 lines
68 B
Docker
5 lines
68 B
Docker
FROM python:3.8-alpine
|
|
|
|
RUN pip3 install bandersnatch
|
|
CMD /bin/bash
|