From 5bcf9fca5335778fe52d2e223d11c9fec7353e72 Mon Sep 17 00:00:00 2001 From: retr0 Date: Mon, 6 Apr 2026 14:05:03 +0200 Subject: [PATCH] =?UTF-8?q?Fix:=20native-tls=20Feature=20f=C3=BCr=20libres?= =?UTF-8?q?pot-oauth=20aktiviert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --no-default-features deaktiviert auch native-tls, das librespot-oauth als Pflicht-Feature benötigt (compile_error wenn keins der TLS-Features aktiv ist). native-tls explizit wieder hinzufügen. Co-Authored-By: Claude Sonnet 4.6 --- busch_radio_spotify/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/busch_radio_spotify/Dockerfile b/busch_radio_spotify/Dockerfile index b593812..ff61f79 100644 --- a/busch_radio_spotify/Dockerfile +++ b/busch_radio_spotify/Dockerfile @@ -26,6 +26,7 @@ RUN cargo install \ --tag v0.7.0 \ --locked \ --no-default-features \ + --features "native-tls" \ --root /install \ librespot