From 4370cc4b5fca64ed77d98cbadc6f511d13a7b5e7 Mon Sep 17 00:00:00 2001 From: wiedehopf Date: Mon, 29 Apr 2024 22:35:00 +0200 Subject: [PATCH] bugfix: don't install librtlsdr0 via apt (#109) the baseimage brings the osmocom rtl-sdr library that also supports rtl-sdr blog v4 librtlsdr0 from debian apt on the other hand does not support rtl-sdr blog v4 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index aa040e8..fb2f583 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,6 @@ RUN set -x && \ KEPT_PACKAGES+=(libncurses5) && \ KEPT_PACKAGES+=(zlib1g) && \ KEPT_PACKAGES+=(libzstd1) && \ - KEPT_PACKAGES+=(librtlsdr0) && \ KEPT_PACKAGES+=(libncurses6) && \ # Install packages. apt-get update && \