From 1b6699be43f9d0030fd0020513834316e5f0827e Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Mon, 23 May 2016 22:54:54 +0200 Subject: [PATCH] add missing dependencies to couchpotato container --- build/scripts/couchpotato.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/scripts/couchpotato.sh b/build/scripts/couchpotato.sh index cb33920..7f30e76 100644 --- a/build/scripts/couchpotato.sh +++ b/build/scripts/couchpotato.sh @@ -2,6 +2,9 @@ export_env COUCHPOTATO_CONFIG /host/etc/couchpotato/config.ini export_env COUCHPOTATO_DATA /host/var/lib/couchpotato +## Dependencies +apt_install_permanent python-openssl python-lxml + ## CouchPotato cd /opt -git clone https://github.com/RuudBurger/CouchPotatoServer.git \ No newline at end of file +git clone https://github.com/RuudBurger/CouchPotatoServer.git