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 14a83c4 commit 8d22987Copy full SHA for 8d22987
Dockerfile
@@ -63,7 +63,7 @@ ENV W_TMP="$W_DRIVE_C/windows/temp/_$0"
63
RUN set -x \
64
&& rm -f "$W_TMP"/* \
65
&& wget -P "$W_TMP" https://download.visualstudio.microsoft.com/download/pr/11100230/15ccb3f02745c7b206ad10373cbca89b/VC_redist.x64.exe \
66
- && cabextract -q --directory="$W_TMP" "$W_TMP"/vc_redist.x64.exe \
+ && cabextract -q --directory="$W_TMP" "$W_TMP"/VC_redist.x64.exe \
67
&& cabextract -q --directory="$W_TMP" "$W_TMP/a10" \
68
&& cabextract -q --directory="$W_TMP" "$W_TMP/a11" \
69
&& cd "$W_TMP" \
0 commit comments