mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 15:35:45 +00:00
5 lines
68 B
Docker
5 lines
68 B
Docker
FROM python:3.8-alpine
|
|
|
|
RUN pip3 install bandersnatch
|
|
CMD /bin/bash
|