mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2025-01-19 01:55:46 +00:00
5 lines
123 B
Docker
5 lines
123 B
Docker
|
ARG NEXTCLOUD_TAG
|
||
|
FROM nextcloud:${NEXTCLOUD_TAG}
|
||
|
|
||
|
RUN apt-get update
|
||
|
RUN apt-get install ffmpeg -y --no-install-recommends
|