mirror of
https://github.com/zoriya/flood.git
synced 2026-06-05 11:49:24 +00:00
Dockerfile.rtorrent: allow to specify Flood and rTorrent versions
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
||||
FROM jesec/rtorrent as rtorrent
|
||||
ARG FLOOD_VERSION=latest
|
||||
ARG RTORRENT_VERSION=latest
|
||||
|
||||
FROM jesec/flood
|
||||
FROM jesec/rtorrent:$RTORRENT_VERSION as rtorrent
|
||||
|
||||
FROM jesec/flood:$FLOOD_VERSION as flood
|
||||
|
||||
# Install rTorrent
|
||||
COPY --from=rtorrent /usr/local/bin/rtorrent /usr/local/bin/
|
||||
|
||||
Reference in New Issue
Block a user