Skip to content

Commit 42c92a5

Browse files
committed
Windows: Add arial.ttf
1 parent 623e0c9 commit 42c92a5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

windowsservercore-ltsc2025-qt6.6-64bit/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2025
33
# Add OpenGL DLLs from a Windows desktop to allow running unit tests within the container
44
ADD *.dll C:/Windows/System32/
55

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+
610
# Install Microsoft Visual C++ Redistributable for Visual Studio 2015-2022
711
ARG VCREDIST_URL="https://download.visualstudio.microsoft.com/download/pr/6ba404bb-6312-403e-83be-04b062914c98/1AD7988C17663CC742B01BEF1A6DF2ED1741173009579AD50A94434E54F56073/VC_redist.x64.exe"
812
RUN curl -o "C:/tmp.exe" -L "%VCREDIST_URL%" \
1020 KB
Binary file not shown.

0 commit comments

Comments
 (0)