6 lines
118 B
Docker
6 lines
118 B
Docker
FROM nextcloud:production
|
|
|
|
RUN apt-get update && \
|
|
apt-get install -y ffmpeg && \
|
|
rm -rf /var/lib/apt/lists/*
|