diff --git a/Dockerfile.new b/Dockerfile.new index 19e24ed..3c6bdc7 100644 --- a/Dockerfile.new +++ b/Dockerfile.new @@ -23,6 +23,7 @@ COPY ./invidious/assets/ ./assets/ COPY ./invidious/videojs-dependencies.yml ./videojs-dependencies.yml RUN crystal build ./src/invidious.cr ${add_build_args} \ --release \ + -Ddisable_quic \ --static --warnings all \ --link-flags "-lxml2 -llzma"; diff --git a/patches/010-use-redis-for-video-cache.patch.disabled b/patches/010-use-redis-for-video-cache.patch similarity index 100% rename from patches/010-use-redis-for-video-cache.patch.disabled rename to patches/010-use-redis-for-video-cache.patch