diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..7ea5e56 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM nextcloud:27.1.0 +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 clean && rm -rf /var/lib/apt/lists/*