mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-17 18:46:43 +01:00
The docker image already is on stretch, so no backports are needed
This commit is contained in:
parent
7b19d3c352
commit
35fd42d042
2 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,6 @@
|
||||||
FROM nextcloud:apache
|
FROM nextcloud:apache
|
||||||
|
|
||||||
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
|
RUN mkdir -p /usr/share/man/man1 \
|
||||||
&& mkdir -p /usr/share/man/man1 \
|
|
||||||
&& apt-get update && apt-get install -y \
|
&& apt-get update && apt-get install -y \
|
||||||
supervisor \
|
supervisor \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
FROM nextcloud:fpm
|
FROM nextcloud:fpm
|
||||||
|
|
||||||
RUN echo "deb http://ftp.debian.org/debian jessie-backports main" >> /etc/apt/sources.list \
|
RUN mkdir -p /usr/share/man/man1 \
|
||||||
&& mkdir -p /usr/share/man/man1 \
|
|
||||||
&& apt-get update && apt-get install -y \
|
&& apt-get update && apt-get install -y \
|
||||||
supervisor \
|
supervisor \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
|
|
Loading…
Reference in a new issue