Skip to content

Instantly share code, notes, and snippets.

@chrisgilbert
Last active April 10, 2024 18:55
Show Gist options
  • Save chrisgilbert/88b672451638304a5f6b8a706af5c01b to your computer and use it in GitHub Desktop.
Save chrisgilbert/88b672451638304a5f6b8a706af5c01b to your computer and use it in GitHub Desktop.
nextcloud-ffpmeg
FROM nextcloud:apache
ENV PHP_UPLOAD_LIMIT 10G
RUN apt-get update && apt-get install -y \
imagemagick-common \
ffmpeg \
&& rm -rf /var/lib/apt/lists/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment