From 1fbc52372c11b765d954e385ebf40c73e9f9b59c Mon Sep 17 00:00:00 2001 From: Disassembler Date: Tue, 10 Jul 2018 15:59:05 +0200 Subject: [PATCH] Reflect requirements.txt changes for Pandora --- pandora/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora/Dockerfile b/pandora/Dockerfile index 6b10f30..e1da340 100644 --- a/pandora/Dockerfile +++ b/pandora/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Disassembler RUN \ # Install runtime dependencies apk --no-cache add ffmpeg imagemagick imlib2 libogg libtheora libvpx mkvtoolnix nginx poppler-utils py3-geoip py3-lxml py3-numpy py3-pillow py3-psycopg2 \ - && pip3 install pyinotify youtube-dl + && pip3 install pyinotify RUN \ # Install build dependencies