Update Dockerfile

This commit is contained in:
Kasper Plougmann 2025-07-11 16:26:23 +02:00 committed by GitHub
parent 4e39d8ffb2
commit de72d55667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@ FROM alpine:latest
LABEL org.opencontainers.image.source=https://github.com/squazz/linux-iso-seeder
# Install prerequisites
RUN apk update && \
apk add --no-cache transmission-daemon curl wget python3 py3-pip py3-requests py3-beautifulsoup4
apk add --no-cache transmission-daemon curl wget python3 py3-pip py3-requests py3-beautifulsoup4 py3-transmission_rpc
# Add fetch script
COPY fetch_torrents.py /usr/local/bin/fetch_torrents.py