Skip to content

Commit 5db1f89

Browse files
committed
Windows: Install AzureSignTool
1 parent 8638cf3 commit 5db1f89

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,12 @@ RUN curl -o "C:/tmp.exe" -L "%INNOSETUP_URL%" \
209209
&& setx PATH "%PATH%;C:\innosetup" \
210210
&& del C:\tmp.exe
211211

212+
# Install AzureSignTool for signing official releases
213+
ARG AZURESIGNTOOL_URL="https://github.com/vcsjones/AzureSignTool/releases/download/v6.0.1/AzureSignTool-x64.exe"
214+
RUN mkdir C:\ast \
215+
&& curl -o "C:/ast/AzureSignTool.exe" -L "%AZURESIGNTOOL_URL%" \
216+
&& setx PATH "%PATH%;C:\ast"
217+
212218
# Pre-install a Python version
213219
RUN uv python install 3.13
214220

0 commit comments

Comments
 (0)