Add imagemagick to Pandora requirements

This commit is contained in:
Disassembler 2017-10-23 22:37:47 +02:00
parent 1dc0412381
commit 5e61766914

View File

@ -8,7 +8,7 @@ apt-key add ${SOURCE_DIR}/pandora/pandora.gpg
# Install packages
apt-get -y update
apt-get -y --no-install-recommends install gpac ffmpeg mkvtoolnix oxframe poppler-utils python-ox python3-html5lib python3-lxml python3-numpy python3-ox python3-pil python3-pip python3-psycopg2 python3-pyinotify python3-setuptools python3-simplejson python3-virtualenv rabbitmq-server virtualenv youtube-dl
apt-get -y --no-install-recommends install ffmpeg gpac imagemagick mkvtoolnix oxframe poppler-utils python-ox python3-html5lib python3-lxml python3-numpy python3-ox python3-pil python3-pip python3-psycopg2 python3-pyinotify python3-setuptools python3-simplejson python3-virtualenv rabbitmq-server virtualenv youtube-dl
# Clone git repositories
git clone --depth 1 https://git.0x2620.org/pandora.git /srv/pandora