diff --git a/Dockerfile b/Dockerfile index 8ec887d..319ae58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM nextcloud:28.0.2 LABEL maintainer="Jiří Štefka " -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 ffmpeg aria2 youtube-dl libmagickcore-dev -y --no-install-recommends +RUN apt update && apt upgrade -y --no-install-recommends && apt install ffmpeg aria2 libmagickcore-dev -y --no-install-recommends RUN docker-php-ext-install bz2 RUN apt clean && rm -rf /var/lib/apt/lists/*