Update Dockerfile

This commit is contained in:
Kasper Plougmann 2025-07-08 12:56:30 +02:00 committed by GitHub
parent 8975598553
commit 423a0231c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,5 @@
LABEL org.opencontainers.image.source=https://github.com/squazz/linux-iso-seeder
FROM alpine:latest FROM alpine:latest
LABEL org.opencontainers.image.source=https://github.com/squazz/linux-iso-seeder
# Install prerequisites # Install prerequisites
RUN apk update && \ 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