Skip to content

Commit

Permalink
installers(debian) : temporarily add lib32gcc back
Browse files Browse the repository at this point in the history
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
  • Loading branch information
trenutoo authored Oct 20, 2021
1 parent 0f40af6 commit 4a0de42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installers/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a0de42

Please sign in to comment.