diff --git a/Dockerfile b/Dockerfile index 1c8ef9e..c0c0bc2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,6 @@ COPY ./LICENSE ./ RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ - ffmpeg \ && rm -rf /var/lib/apt/lists/* RUN deno task fetch && deno task server-build && mkdir -p ./thumbnails && chmod 777 ./thumbnails && mkdir -p ./downloads && chmod 777 ./downloads