flor0 / nextcloud-docker

Nextcloud but with docker
Apache License 2.0
101 stars 2 forks source link

ffmpeg #3

Closed rheinon closed 6 months ago

rheinon commented 7 months ago

How do I add ffmpeg to the script?

flor0 commented 6 months ago

Go to php-fpm/Dockerfile. Find this line RUN apt-get update && apt-get install -y \ and add this below it: ffpmeg \. Keep in mind preview generation is not available yet for php8.3, which is the recommended php version for nextcloud.