docker-nextcloud-extended/Dockerfile

6 lines
260 B
Docker
Raw Normal View History

2023-12-18 21:48:13 +01:00
FROM nextcloud:27.1.5
LABEL maintainer="Jiří Štefka <jiri@stefka.eu>"
RUN apt update && apt upgrade -y --no-install-recommends && apt install ffmpeg aria2 youtube-dl libmagickcore-dev -y --no-install-recommends
RUN apt clean && rm -rf /var/lib/apt/lists/*