Skip to content

Commit

Permalink
bugfix: don't install librtlsdr0 via apt
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wiedehopf committed Apr 29, 2024
1 parent 0513792 commit 0009fc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 0009fc3

Please sign in to comment.