Added plugins for deluge, transmission

This commit is contained in:
Winston Astrachan 2019-03-16 20:10:37 -04:00
parent 9ceb56b06b
commit eec302077b
2 changed files with 6 additions and 2 deletions

View File

@ -22,6 +22,10 @@ RUN \
cd flexget && \
python3 setup.py install && \
\
# Install python dependencies
pip install deluge-client && \
pip install transmissionrpc && \
\
# Clean up build files, deps
rm -rf /flexget /flexget.tar.gz

View File

@ -52,7 +52,7 @@ If you wish to run this image with docker-compose, an example `docker-compose.ym
version: "2"
services:
bind:
flexget:
image: wastrachan/flexget
container_name: flexget
environment: