mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-02-04 14:54:20 +01:00
add gcc as it seems to be required on arm (?)
This commit is contained in:
parent
1894ed50d1
commit
00d496086e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue