Dockerfile.windows: remove redundant comment

This comment wasn't adding much, and it being a Dockerfile comment
(not a PowerShell comment) confused my IDE, flagging it as syntax
error.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2026-07-02 13:50:15 +02:00
parent ffd43fa27a
commit 60ff82f0fc

View File

@@ -266,7 +266,6 @@ RUN `
tar -xzf C:\containerd.tar.gz -C C:\containerd; `
Remove-Item C:\containerd.tar.gz; `
`
# Ensure all directories exist that we will require below....
$srcDir = """C:\usr\src\moby\bundles"""; `
Write-Host INFO: Ensuring existence of directory $srcDir...; `
New-Item -Force -ItemType Directory -Path $srcDir | Out-Null; `