From 4de5559861a1cd384b5b0eafabb32c879c88fded Mon Sep 17 00:00:00 2001 From: deed Date: Sun, 15 Oct 2023 15:41:31 +0200 Subject: [PATCH] Update Dockerfile --- godot4.2/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/godot4.2/Dockerfile b/godot4.2/Dockerfile index e20dce6..60d3639 100644 --- a/godot4.2/Dockerfile +++ b/godot4.2/Dockerfile @@ -26,6 +26,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libudev-dev \ libxi-dev \ libxrandr-dev \ + mesa-vulkan-drivers \ + libfontconfig1-dev \ && rm -rf /var/lib/apt/lists/* ENV GODOT_VERSION="4.2-dev5"