Sign inSign up

yotis/nextcloud-ffmpeg

By yotis

Updated almost 3 years ago

Nextcloud with ffmpeg and imagemagick installed

Image
0

285

yotis/nextcloud-ffmpeg repository overview

I've created for my own use the image for Nextcloud with ffmpeg and imagemagick so it can be used for the Memories (Photo Management for Nextcloud) app

The Dockerfile used for this image:

#Custom Nextcloud based on stable version
#with ffmpeg and imagemagick
#Build image with: docker build -t nextcloud-ffmpeg.


FROM nextcloud:stable
MAINTAINER Calin C., https://github.com/yotis1982
EXPOSE 80:80/tcp
RUN apt-get update --fix-missing
RUN apt-get upgrade -y
RUN apt-get install -y software-properties-common
RUN apt-get install -y build-essential
RUN apt-get install -y net-tools mtr curl host
RUN apt-get install -y iputils-arping iputils-ping iputils-tracepath
RUN apt-get install -y iproute2
RUN apt-get install -y traceroute
RUN apt-get install -y tcpdump
RUN apt-get install -y imagemagick ffmpeg \

It contains also some basic OS tools because I like to have them for troubleshooting if needed. Feel free to use the image or create your own using the Dockerfile.

Tag summary

Content type

Image

Digest

sha256:acda06852

Size

662.6 MB

Last updated

almost 3 years ago

docker pull yotis/nextcloud-ffmpeg