mirror of
https://github.com/pterodactyl/yolks.git
synced 2025-12-10 00:37:43 -06:00
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:
parent
0f40af6617
commit
4a0de42544
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user