mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
Update Dockerfile
This commit is contained in:
parent
4e39d8ffb2
commit
de72d55667
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ FROM alpine:latest
|
||||||
LABEL org.opencontainers.image.source=https://github.com/squazz/linux-iso-seeder
|
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 py3-transmission_rpc
|
||||||
|
|
||||||
# Add fetch script
|
# Add fetch script
|
||||||
COPY fetch_torrents.py /usr/local/bin/fetch_torrents.py
|
COPY fetch_torrents.py /usr/local/bin/fetch_torrents.py
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue