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