update docker to debian bullseye

This commit is contained in:
Jakob Ketterl
2021-10-01 16:23:47 +02:00
parent 8cce5bd889
commit c4687816c1
4 changed files with 7 additions and 8 deletions

View File

@ -18,7 +18,7 @@ function cmakebuild() {
cd /tmp
STATIC_PACKAGES="libfftw3-bin libprotobuf17 libsamplerate0 libicu63"
STATIC_PACKAGES="libfftw3-bin libprotobuf23 libsamplerate0 libicu67"
BUILD_PACKAGES="git autoconf automake libtool libfftw3-dev pkg-config cmake make gcc g++ libprotobuf-dev protobuf-compiler libsamplerate-dev libicu-dev libpython3-dev"
apt-get update
apt-get -y install --no-install-recommends $STATIC_PACKAGES $BUILD_PACKAGES