mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-05 00:00:43 +01:00
add libc6-dev for header files
This commit is contained in:
parent
e6cbe6ffc8
commit
2b6456168e
|
|
@ -2,7 +2,7 @@
|
|||
set -euxo pipefail
|
||||
export MAKEFLAGS="-j4"
|
||||
|
||||
BUILD_PACKAGES="git wget gcc"
|
||||
BUILD_PACKAGES="git wget gcc libc6-dev"
|
||||
|
||||
apt-get update
|
||||
apt-get -y install --no-install-recommends $BUILD_PACKAGES
|
||||
|
|
|
|||
Loading…
Reference in a new issue