docker-nextcloud-extended/Dockerfile
jiriks74 af2397d637
Some checks failed
Build / build (push) Has been cancelled
chore: update to v28.0.3
2024-03-05 23:22:36 +01:00

8 lines
430 B
Docker

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