example Dockerfiles: remove obsolete jessie backports (see #435) (#437)

The docker image already is on stretch, so no backports are needed
This commit is contained in:
Ruben Barkow 2018-08-27 17:27:21 +02:00 committed by Tilo Spannagel
parent 7b19d3c352
commit 35fd42d042
2 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,6 @@
FROM nextcloud:apache
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
&& mkdir -p /usr/share/man/man1 \
RUN mkdir -p /usr/share/man/man1 \
&& apt-get update && apt-get install -y \
supervisor \
ffmpeg \

View File

@ -1,7 +1,6 @@
FROM nextcloud:fpm
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
&& mkdir -p /usr/share/man/man1 \
RUN mkdir -p /usr/share/man/man1 \
&& apt-get update && apt-get install -y \
supervisor \
ffmpeg \