Last active
April 10, 2024 18:55
-
-
Save chrisgilbert/88b672451638304a5f6b8a706af5c01b to your computer and use it in GitHub Desktop.
nextcloud-ffpmeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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