diff --git a/games/arma3/Dockerfile b/games/arma3/Dockerfile index bc9bdf2..d6860f3 100644 --- a/games/arma3/Dockerfile +++ b/games/arma3/Dockerfile @@ -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 \