From 6ef49ad4ba0c746136f010d624321232b28dbe95 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Wed, 3 Jul 2024 16:21:30 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 07c2077..1dc40a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ ENV DUMP1090_ADAPTIVE_MAX_GAIN="" ENV DUMP1090_SLOW_CPU="" ENV WINGBITS_CONFIG_VERSION=0.0.5 -ARG PERM_INSTALL="curl gettext-base tini ncurses-bin zlib1g lighttpd" +ARG PERM_INSTALL="curl gettext-base tini ncurses-bin zlib1g lighttpd gettext-base libusb-1.0-0 libbladerf2 libhackrf0 liblimesuite22.09-1 librtlsdr0 rtl-sdr libsoapysdr0.8 libncurses6" RUN apt update && \ apt install -y $PERM_INSTALL && \