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 0d34163 commit c9a160aCopy full SHA for c9a160a
msvc/Dockerfile
@@ -30,7 +30,7 @@ RUN PYTHONUNBUFFERED=1 ./vsdownload.py --accept-license --dest /opt/msvc \
30
&& rm lowercase fixinclude install.sh vsdownload.py \
31
&& find /opt/msvc -depth -type d -iregex '.*/.*arm[0-9]*$' -exec rm -fr {} \; \
32
&& find /opt/msvc -depth -type d -iregex '.*/.*x86$' -exec rm -fr {} \;
33
- && rm -rf wrappers \
+ && rm -rf wrappers
34
35
COPY msvcenv-native.sh /opt/msvc
36
0 commit comments