installers(debian) : temporarily add lib32gcc back

We actually need this until the egg install script for source is updated to install the correct bullseye lib32gcc-s1 instead of the wrong debian 10 package
This commit is contained in:
Alex 2021-10-20 10:59:54 +03:00 committed by GitHub
parent 0f40af6617
commit 4a0de42544
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,4 +32,4 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 \
&& apt update \
&& apt upgrade -y \
&& apt -y --no-install-recommends install ca-certificates curl libsdl2-2.0-0:i386 git wget
&& apt -y --no-install-recommends install ca-certificates curl lib32gcc-s1 libsdl2-2.0-0:i386 git wget