docker-nextcloud-extended/Dockerfile
jiriks74 eb9f2f5c8b
Some checks failed
Build / build (push) Has been cancelled
chore: Update to 28.0.2
2024-02-28 19:01:24 +01:00

7 lines
291 B
Docker

FROM nextcloud:28.0.2
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 docker-php-ext-install bz2
RUN apt clean && rm -rf /var/lib/apt/lists/*