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

The docker image already is on stretch, so no backports are needed
pull/439/head
Ruben Barkow 7 years ago committed by Tilo Spannagel
parent 7b19d3c352
commit 35fd42d042

@ -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 \

@ -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 \

Loading…
Cancel
Save