From eec302077bdf7c25c3ddfa44d4b7f49b17c1c634 Mon Sep 17 00:00:00 2001 From: Winston Astrachan Date: Sat, 16 Mar 2019 20:10:37 -0400 Subject: [PATCH] Added plugins for deluge, transmission --- Dockerfile | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 68a6c2b..cb7328a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 083aacb..5a3a596 100644 --- a/README.md +++ b/README.md @@ -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: @@ -67,7 +67,7 @@ services: ## Configuration Configuration files are stored in the `/config` volume. You may wish to mount this volume as a local directory, as shown in the examples above. -The main config file for FlexGet is `config.yml`, and will be created automatically if the container is started without a config file present. Please review the [FlexGet docs](https://flexget.com/Configuration) for more information. +The main config file for FlexGet is `config.yml`, and will be created automatically if the container is started without a config file present. Please review the [FlexGet docs](https://flexget.com/Configuration) for more information. #### User / Group Identifiers