mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Updated build script to keep build output
This commit is contained in:
parent
fde3a6b73f
commit
235ec2565f
2 changed files with 17 additions and 4 deletions
|
@ -42,6 +42,7 @@ RUN choco install python -y
|
|||
# Can't install a proper msys2 because it caused console hanging in the container during docker build.
|
||||
RUN choco install msysgit -y
|
||||
RUN choco install sed -y
|
||||
RUN choco install powershell-core -y
|
||||
|
||||
# Set working environment.
|
||||
RUN setx /M PATH "%PATH%;C:\\Program Files\\Git\\bin"
|
||||
|
@ -53,4 +54,4 @@ ADD default C:\Users\ContainerAdministrator\.conan\profiles\default
|
|||
|
||||
# Define the entry point for the docker container.
|
||||
# This entry point starts the developer command prompt and launches the PowerShell shell.
|
||||
ENTRYPOINT ["C:\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat", "&&", "powershell.exe", "-NoLogo", "-ExecutionPolicy", "Unrestricted"]
|
||||
ENTRYPOINT ["C:\\BuildTools\\VC\\Auxiliary\\Build\\vcvars64.bat", "&&", "pwsh.exe", "-NoLogo", "-ExecutionPolicy", "Unrestricted"]
|
Loading…
Add table
Add a link
Reference in a new issue