docker-nextcloud-extended/Dockerfile
jiriks74 25d3fd3227
Some checks failed
Build / build (push) Failing after 1m35s
feat(ci/cd): Automatic builds
2024-04-19 05:24:34 +02:00

8 lines
430 B
Docker

FROM nextcloud:latest
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 update && apt upgrade -y --no-install-recommends && apt install gnupg2 ffmpeg aria2 libmagickcore-dev -y --no-install-recommends
RUN docker-php-ext-install bz2
RUN apt clean && rm -rf /var/lib/apt/lists/*