Skip to content

Commit d8265db

Browse files
mabrarovpatrick-stephens
authored andcommitted
dockerfile: removed unused DLLs from image for Windows Containers.
Signed-off-by: Marat Abrarov <abrarov@gmail.com>
1 parent 8546892 commit d8265db

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dockerfiles/Dockerfile.windows

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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-
169163
FROM builder-base AS builder
170164

171165
# Build Fluent Bit from source - context must be the root of the Git repo

0 commit comments

Comments
 (0)