mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-07 07:23:46 +00:00
update docker base to debian bookworm
This commit is contained in:
parent
ce6029fe94
commit
ebb490a71e
8 changed files with 19 additions and 26 deletions
|
|
@ -18,7 +18,7 @@ function cmakebuild() {
|
|||
|
||||
cd /tmp
|
||||
|
||||
STATIC_PACKAGES="libfftw3-bin libprotobuf23 libsamplerate0 libicu67 libudev1"
|
||||
STATIC_PACKAGES="libfftw3-single3 libprotobuf32 libsamplerate0 libicu72 libudev1"
|
||||
BUILD_PACKAGES="git autoconf automake libtool libfftw3-dev pkg-config cmake make gcc g++ libprotobuf-dev protobuf-compiler libsamplerate-dev libicu-dev libpython3-dev libudev-dev"
|
||||
apt-get update
|
||||
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue