update docker base to debian bookworm

This commit is contained in:
Jakob Ketterl 2023-08-30 02:33:09 +02:00
parent ce6029fe94
commit ebb490a71e
8 changed files with 19 additions and 26 deletions

View file

@ -18,7 +18,7 @@ function cmakebuild() {
cd /tmp
STATIC_PACKAGES="libfftw3-bin"
STATIC_PACKAGES="libfftw3-single3"
BUILD_PACKAGES="git cmake make gcc g++ libsamplerate-dev libfftw3-dev"
apt-get update