We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 623e0c9 commit 42c92a5Copy full SHA for 42c92a5
2 files changed
windowsservercore-ltsc2025-qt6.6-64bit/Dockerfile
@@ -3,6 +3,10 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2025
3
# Add OpenGL DLLs from a Windows desktop to allow running unit tests within the container
4
ADD *.dll C:/Windows/System32/
5
6
+# Add Arial font since Slint requires it, see
7
+# https://github.com/slint-ui/slint/issues/2556#issuecomment-2995413102
8
+ADD arial.ttf C:/Windows/Fonts/
9
+
10
# Install Microsoft Visual C++ Redistributable for Visual Studio 2015-2022
11
ARG VCREDIST_URL="https://download.visualstudio.microsoft.com/download/pr/6ba404bb-6312-403e-83be-04b062914c98/1AD7988C17663CC742B01BEF1A6DF2ED1741173009579AD50A94434E54F56073/VC_redist.x64.exe"
12
RUN curl -o "C:/tmp.exe" -L "%VCREDIST_URL%" \
windowsservercore-ltsc2025-qt6.6-64bit/arial.ttf
1020 KB
0 commit comments