File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
windowsservercore-ltsc2025-qt6.6-64bit Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2025
3
3
# Add OpenGL DLLs from a Windows desktop to allow running unit tests within the container
4
4
ADD *.dll C:/Windows/System32/
5
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
+
6
10
# Install Microsoft Visual C++ Redistributable for Visual Studio 2015-2022
7
11
ARG VCREDIST_URL="https://download.visualstudio.microsoft.com/download/pr/6ba404bb-6312-403e-83be-04b062914c98/1AD7988C17663CC742B01BEF1A6DF2ED1741173009579AD50A94434E54F56073/VC_redist.x64.exe"
8
12
RUN curl -o "C:/tmp.exe" -L "%VCREDIST_URL%" \
You can’t perform that action at this time.
0 commit comments