Added backports.

This commit is contained in:
yohan 2019-11-11 13:58:40 +01:00
parent ace3a90381
commit ece1ea0f6d

View File

@ -4,4 +4,5 @@
FROM php5-fpm:latest FROM php5-fpm:latest
MAINTAINER yohan <783b8c87@scimetis.net> MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
RUN apt-get update && apt-get -y install imagemagick exiftool ffmpeg libjpeg-turbo-progs poppler-utils MediaInfo RUN apt-get update && apt-get -y install imagemagick exiftool ffmpeg libjpeg-turbo-progs poppler-utils MediaInfo