mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Force rebuild of windows CI image
This commit is contained in:
parent
85e6dff741
commit
190728ab40
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ FROM mcr.microsoft.com/dotnet/framework/sdk:4.8-windowsservercore-ltsc2019
|
|||
|
||||
SHELL [ "powershell" ]
|
||||
|
||||
# A version field to invalidatea Cirrus's build cache when needed, as suggested in
|
||||
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
|
||||
ENV DOCKERFILE_VERSION 20230728
|
||||
|
||||
RUN Set-ExecutionPolicy Unrestricted -Force
|
||||
|
||||
# Install Chocolatey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue