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:
@@ -27,8 +27,8 @@ RUN dpkg --add-architecture i386 \
|
|||||||
lib32stdc++6 \
|
lib32stdc++6 \
|
||||||
libnss-wrapper \
|
libnss-wrapper \
|
||||||
libnss-wrapper:i386 \
|
libnss-wrapper:i386 \
|
||||||
libtbbmalloc2 \
|
libtbb2 \
|
||||||
libtbbmalloc2:i386
|
libtbb2:i386
|
||||||
|
|
||||||
## Configure locale
|
## Configure locale
|
||||||
RUN update-locale lang=en_US.UTF-8 \
|
RUN update-locale lang=en_US.UTF-8 \
|
||||||
|
Reference in New Issue
Block a user