Fixed backports.
This commit is contained in:
parent
ece1ea0f6d
commit
210e2ac273
@ -4,5 +4,5 @@
|
||||
FROM php5-fpm:latest
|
||||
MAINTAINER yohan <783b8c87@scimetis.net>
|
||||
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 echo "deb http://archive.debian.org/debian/ jessie-backports main" >> /etc/apt/sources.list
|
||||
RUN apt-get update && apt-get -t jessie-backports -y install imagemagick exiftool ffmpeg libjpeg-turbo-progs poppler-utils MediaInfo
|
||||
|
Loading…
Reference in New Issue
Block a user