From 2896c2bb21574563c32dacb282a3f393e4e9de11 Mon Sep 17 00:00:00 2001 From: deed Date: Sun, 20 Feb 2022 18:00:54 +0100 Subject: [PATCH] Update Dockerfile --- godot4/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index 10b760f..e33866b 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -28,7 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libxrandr-dev \ libc6 \ libenet7 \ - libfreetype6 \ + glibc \ libgcc-s1 \ libogg0 \ libopus0 \ @@ -40,6 +40,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libvorbis0a \ libxrender1 \ libfreetype6-dev \ + gcc-10 / && rm -rf /var/lib/apt/lists/* ENV GODOT_VERSION "4.0-alfa2"