From: Marcel van der Veldt Date: Tue, 28 Oct 2025 00:16:55 +0000 (+0100) Subject: Dont define protocols, all is the default X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=0aa337da589c0f6966ff975aa41701e15d304414;p=music-assistant-server.git Dont define protocols, all is the default --- diff --git a/Dockerfile.base b/Dockerfile.base index 9fb46cd8..5c3df855 100644 --- a/Dockerfile.base +++ b/Dockerfile.base @@ -77,21 +77,6 @@ RUN set -x \ --enable-libpulse \ # SSL/TLS support for HTTPS --enable-openssl \ - # Protocols needed for streaming - --enable-protocol=file \ - --enable-protocol=http \ - --enable-protocol=https \ - --enable-protocol=tcp \ - --enable-protocol=udp \ - --enable-protocol=rtp \ - --enable-protocol=data \ - --enable-protocol=pipe \ - --enable-protocol=crypto \ - --enable-protocol=tls \ - --enable-protocol=hls \ - --enable-protocol=concat \ - --enable-protocol=async \ - --enable-protocol=cache \ # Optimizations --enable-small \ --enable-runtime-cpudetect \