Skip to content

Commit

Permalink
fix formatting again
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Nov 29, 2024
1 parent c9a160a commit 3e2cce6
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 @@ -29,7 +29,7 @@ RUN PYTHONUNBUFFERED=1 ./vsdownload.py --accept-license --dest /opt/msvc \
&& ./install.sh /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 {} \;
&& find /opt/msvc -depth -type d -iregex '.*/.*x86$' -exec rm -fr {} \; \
&& rm -rf wrappers

COPY msvcenv-native.sh /opt/msvc
Expand Down

0 comments on commit 3e2cce6

Please sign in to comment.