diff --git a/infra/librespot/Dockerfile b/infra/librespot/Dockerfile index cea1edc..feb9993 100644 --- a/infra/librespot/Dockerfile +++ b/infra/librespot/Dockerfile @@ -19,7 +19,7 @@ WORKDIR /src # Lower = less memory pressure, slower build. Higher = OOM risk. RUN cargo build --release --jobs 2 \ --no-default-features \ - --features="pulseaudio-backend" + --features="pulseaudio-backend,native-tls" FROM debian:bookworm-slim