From 3e2cce6b91e97029f67d199bb2b791d2e134c054 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Thu, 28 Nov 2024 20:46:13 -0800 Subject: [PATCH] fix formatting again --- msvc/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msvc/Dockerfile b/msvc/Dockerfile index 4933547..b728871 100644 --- a/msvc/Dockerfile +++ b/msvc/Dockerfile @@ -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