mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-23 08:40:21 +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