We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855d536 commit 11830f5Copy full SHA for 11830f5
Dockerfile
@@ -8,8 +8,6 @@ RUN powershell -Command " \
8
Remove-Item C:\\vc_redist.x64.exe -Force \
9
"
10
11
-RUN C:\vc_redist.x64.exe /install /quiet /norestart && del C:\vc_redist.x64.exe
12
-
13
# Download and install Python
14
RUN powershell -Command " \
15
$ErrorActionPreference = 'Stop'; \
0 commit comments