From b55c06c7c4c8d2207371f8244c35b1b4336d8d66 Mon Sep 17 00:00:00 2001 From: "Stanislav Lechev [0xAF]" Date: Mon, 28 Aug 2023 01:05:36 +0300 Subject: [PATCH] add dumpvdl2 to docker images --- docker/deb_based/install-owrxp-extra.sh | 3 +++ docker/deb_based/install-owrxp.sh | 2 +- docker/scripts/add-dependencies.sh | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/docker/deb_based/install-owrxp-extra.sh b/docker/deb_based/install-owrxp-extra.sh index fbef86f7..c7dfa5f4 100755 --- a/docker/deb_based/install-owrxp-extra.sh +++ b/docker/deb_based/install-owrxp-extra.sh @@ -110,6 +110,9 @@ cmakebuild libacars v2.1.4 git clone https://github.com/szpajder/dumphfdl.git cmakebuild dumphfdl v1.4.1 +git clone https://github.com/szpajder/dumpvdl2.git +cmakebuild dumpvdl2 + echo "+ Install Dream (DRM)..." wget https://downloads.sourceforge.net/project/drm/dream/2.1.1/dream-2.1.1-svn808.tar.gz tar xvfz dream-2.1.1-svn808.tar.gz diff --git a/docker/deb_based/install-owrxp.sh b/docker/deb_based/install-owrxp.sh index 466f54b1..d1d967f8 100755 --- a/docker/deb_based/install-owrxp.sh +++ b/docker/deb_based/install-owrxp.sh @@ -33,4 +33,4 @@ echo "deb [signed-by=/usr/share/keyrings/openwebrx.gpg] https://repo.openwebrx.d apt update echo "+ Install OpenWebRX, Soapy modules and some libs..." -DEBIAN_FRONTEND=noninteractive apt install -y openwebrx soapysdr-module-all libpulse0 libfaad2 libopus0 soapysdr-module-sdrplay3 airspyhf alsa-utils libpopt0 libiio0 libad9361-0 libhidapi-hidraw0 libhidapi-libusb0 +DEBIAN_FRONTEND=noninteractive apt install -y openwebrx soapysdr-module-all libsoapysdr-dev libpulse0 libfaad2 libopus0 soapysdr-module-sdrplay3 airspyhf alsa-utils libpopt0 libiio0 libad9361-0 libhidapi-hidraw0 libhidapi-libusb0 diff --git a/docker/scripts/add-dependencies.sh b/docker/scripts/add-dependencies.sh index 2ac9298d..7ed64326 100755 --- a/docker/scripts/add-dependencies.sh +++ b/docker/scripts/add-dependencies.sh @@ -116,6 +116,9 @@ cmakebuild libacars v2.1.4 git clone https://github.com/szpajder/dumphfdl.git cmakebuild dumphfdl v1.4.1 +git clone https://github.com/szpajder/dumpvdl2.git +cmakebuild dumpvdl2 + git clone https://github.com/EliasOenal/multimon-ng.git cmakebuild multimon-ng 1.2.0