We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76167d commit b2c8fb5Copy full SHA for b2c8fb5
tests/Microsoft.DotNet.Docker.Tests/SdkImageTests.cs
@@ -238,7 +238,7 @@ private IEnumerable<SdkContentFileInfo> GetActualSdkContents(ProductImageData im
238
// Alpine has limited find syntax support
239
if (imageData.SdkOS.Family == OSFamily.Alpine)
240
{
241
- command = $"sh -c \"find {destinationPath} -type f -o -type l -exec sha512sum {{}} +\"";
+ command = $"sh -c 'find {destinationPath} \\\\(-type f -o -type l\\\\) -exec sha512sum {{}} +'";
242
}
243
else
244
0 commit comments