mirror of
https://github.com/Thumbscrew/nextcloud-docker-compose.git
synced 2024-11-13 01:23:55 +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
|