Reflect requirements.txt changes for Pandora

This commit is contained in:
Disassembler 2018-07-10 15:59:05 +02:00
parent 1e5463db21
commit 1fbc52372c
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -4,7 +4,7 @@ MAINTAINER Disassembler <disassembler@dasm.cz>
RUN \ RUN \
# Install runtime dependencies # 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 \ 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 \ RUN \
# Install build dependencies # Install build dependencies