Install ffmpeg and magic

This commit is contained in:
Eliot Berriot 2018-02-18 22:06:10 +01:00
parent 4992029c8a
commit 937c55fdd5
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
4 changed files with 7 additions and 3 deletions

View file

@ -1,9 +1,10 @@
FROM python:3.5
ENV PYTHONUNBUFFERED 1
ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONDONTWRITEBYTECODE 1
# Requirements have to be pulled and installed here, otherwise caching won't work
RUN echo 'deb http://httpredir.debian.org/debian/ jessie-backports main' > /etc/apt/sources.list.d/ffmpeg.list
COPY ./requirements.apt /requirements.apt
COPY ./install_os_dependencies.sh /install_os_dependencies.sh
RUN bash install_os_dependencies.sh install