Skip to content

Commit

Permalink
fix: enable scripts execution on container
Browse files Browse the repository at this point in the history
  • Loading branch information
aleortega committed Feb 16, 2024
1 parent 4f2f7f4 commit fd94820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ COPY ${VULKAN_DLL_PATH} ./publish/vulkan-1.dll
# bundle all apps
FROM mcr.microsoft.com/windows:ltsc2019

RUN powershell -Command Set-ExecutionPolicy RemoteSigned -Force

ADD https://aka.ms/vs/16/release/vc_redist.x64.exe C:\\vc_redist.x64.exe
RUN C:\\vc_redist.x64.exe /quiet /install

Expand Down

0 comments on commit fd94820

Please sign in to comment.