Merge pull request #160 from lilkingjr1/arma3

[Arma 3] Fix Bookworm specific packages
This commit is contained in:
Michael (Parker) Parker
2023-06-17 22:41:22 -04:00
committed by GitHub

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 \