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"