From 00d496086e11163dec5e8e4d6c1ca767fb82dc23 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 2 Dec 2020 16:50:14 +0100 Subject: [PATCH] add gcc as it seems to be required on arm (?) --- docker/scripts/install-dependencies-hpsdr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/scripts/install-dependencies-hpsdr.sh b/docker/scripts/install-dependencies-hpsdr.sh index f1c0bed..b6c97c1 100755 --- a/docker/scripts/install-dependencies-hpsdr.sh +++ b/docker/scripts/install-dependencies-hpsdr.sh @@ -2,7 +2,7 @@ set -euxo pipefail export MAKEFLAGS="-j4" -BUILD_PACKAGES="git wget" +BUILD_PACKAGES="git wget gcc" apt-get update apt-get -y install --no-install-recommends $BUILD_PACKAGES