From 0f52446dd1845eec9401cc4565a7c8c60d876f0e Mon Sep 17 00:00:00 2001 From: deed Date: Sun, 20 Feb 2022 15:55:09 +0100 Subject: [PATCH] Update Dockerfile --- godot4/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/godot4/Dockerfile b/godot4/Dockerfile index 3abf8fa..10b760f 100644 --- a/godot4/Dockerfile +++ b/godot4/Dockerfile @@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libtheora0 \ libvorbis0a \ libxrender1 \ + libfreetype6-dev \ && rm -rf /var/lib/apt/lists/* ENV GODOT_VERSION "4.0-alfa2"