From 99e4c9144da699930878ed6a862db1dc6a157943 Mon Sep 17 00:00:00 2001 From: Kasper Plougmann Date: Fri, 11 Jul 2025 16:31:50 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ad51e5..7b07139 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 py3-transmission_rpc + 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