diff --git a/godot4-compil/Dockerfile b/godot4-compil/Dockerfile index db47d8a..50100fa 100644 --- a/godot4-compil/Dockerfile +++ b/godot4-compil/Dockerfile @@ -26,5 +26,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libudev-dev \ libxi-dev \ libxrandr-dev \ + libfontconfig-dev \ && rm -rf /var/lib/apt/lists/*