diff --git a/Dockerfile.windows b/Dockerfile.windows index 58a5a7feca..61b41a27ca 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -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; `