The docker image already is on stretch, so no backports are needed
This commit is contained in:
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…
Reference in New Issue
Block a user