File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -160,12 +160,6 @@ RUN Remove-Item -Path C:\dev\vcpkg\downloads -Recurse -Force -ErrorAction Silent
160160 Remove-Item -Path $env:TEMP\* -Recurse -Force -ErrorAction SilentlyContinue; `
161161 Remove-Item -Path C:\Windows\Temp\* -Recurse -Force -ErrorAction SilentlyContinue;
162162
163- # Copy required runtime libraries
164- WORKDIR /fluent-bit/bin
165- RUN Copy-Item -Path C:\Windows\System32\msvcp140.dll -Destination /fluent-bit/bin/; `
166- Copy-Item -Path C:\Windows\System32\vccorlib140.dll -Destination /fluent-bit/bin/; `
167- Copy-Item -Path C:\Windows\System32\vcruntime140.dll -Destination /fluent-bit/bin/;
168-
169163FROM builder-base AS builder
170164
171165# Build Fluent Bit from source - context must be the root of the Git repo
You can’t perform that action at this time.
0 commit comments