docker-nextcloud-extended/Dockerfile
Jiří Štefka 13e7f09f05
Some checks failed
Build / build (push) Has been cancelled
feat(Dockerfile): version bump
2023-09-22 17:23:09 +02:00

6 lines
260 B
Docker

FROM nextcloud:27.1.1
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/*