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