mirror of
https://github.com/moby/moby.git
synced 2026-08-07 08:31:39 +00:00
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:
@@ -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; `
|
||||
|
||||
Reference in New Issue
Block a user