Use Dockerfile for nextcloud to install ffmpeg for Momories nextcloud app
This commit is contained in:
7
nextcloud/Dockerfile
Normal file
7
nextcloud/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
||||
FROM nextcloud:28
|
||||
|
||||
RUN set -ex; \
|
||||
\
|
||||
apt-get update; \
|
||||
apt-get install -y --no-install-recommends \
|
||||
ffmpeg \
|
Reference in New Issue
Block a user