From 423a0231c43d4235fc8fa9d17f3a1266cefb4b99 Mon Sep 17 00:00:00 2001 From: Kasper Plougmann Date: Tue, 8 Jul 2025 12:56:30 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7accbbf..4e0e88f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ -LABEL org.opencontainers.image.source=https://github.com/squazz/linux-iso-seeder - 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