FROM nextcloud:latest RUN apt update && \ apt upgrade -y && \ apt autoremove -y RUN apt install -y ffmpeg RUN touch /usr/local/etc/php/conf.d/redis-session.ini && \ chown 1001:0 /usr/local/etc/php/conf.d/redis-session.ini