8 lines
109 B
Docker

FROM nextcloud:28
RUN set -ex; \
\
apt-get update; \
apt-get install -y --no-install-recommends \
ffmpeg \