mirror of
https://github.com/RiffSphere/Collectarr.git
synced 2025-12-21 13:00:07 -06:00
Update Dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM python:3.7-alpine
|
||||
WORKDIR /app
|
||||
RUN pip install requests configparser
|
||||
RUN pip install requests configparser json sys os datetime
|
||||
RUN apk add --no-cache git
|
||||
RUN git clone -b main https://github.com/RiffSphere/Collectarr /app
|
||||
CMD sh /app/folders.sh && python /app/collectarr.py /config/
|
||||
|
||||
Reference in New Issue
Block a user