From 5089b4bfaa77a5a34e48a5223aae5e06fd2622eb Mon Sep 17 00:00:00 2001 From: Privatecoder <45964815+Privatecoder@users.noreply.github.com> Date: Tue, 9 Jan 2024 08:38:20 +0100 Subject: [PATCH] update Dockerfile (#154) add procps for fr24feed wizard --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e7b295e..bc3b522 100644 --- a/Dockerfile +++ b/Dockerfile @@ -355,6 +355,7 @@ RUN dpkg --add-architecture armhf && \ rm -rf /tmp/rtl-sdr && \ # Install dependencies apt-get install -y \ + procps \ libssl-dev \ tcl-dev \ chrpath \