Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 29, 2024
1 parent 0d34163 commit c9a160a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msvc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN PYTHONUNBUFFERED=1 ./vsdownload.py --accept-license --dest /opt/msvc \
&& rm lowercase fixinclude install.sh vsdownload.py \
&& find /opt/msvc -depth -type d -iregex '.*/.*arm[0-9]*$' -exec rm -fr {} \; \
&& find /opt/msvc -depth -type d -iregex '.*/.*x86$' -exec rm -fr {} \;
&& rm -rf wrappers \
&& rm -rf wrappers

COPY msvcenv-native.sh /opt/msvc

Expand Down

0 comments on commit c9a160a

Please sign in to comment.