Fix Bookworm specific packages

If we are going to lock the base image to Bullseye, we need to put the original libtbb2 packages back.
This commit is contained in:
Red-Thirten
2023-06-17 19:37:14 -07:00
parent df897e2599
commit 54276f702f

View File

@@ -27,8 +27,8 @@ RUN dpkg --add-architecture i386 \
lib32stdc++6 \
libnss-wrapper \
libnss-wrapper:i386 \
libtbbmalloc2 \
libtbbmalloc2:i386
libtbb2 \
libtbb2:i386
## Configure locale
RUN update-locale lang=en_US.UTF-8 \