Skip to content

Commit

Permalink
Add libzstd.so.1 to fluentbit container build
Browse files Browse the repository at this point in the history
  • Loading branch information
bennerv committed Dec 1, 2023
1 parent 548ad5c commit bd9fb08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.fluentbit
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ RUN make -C build install

FROM mcr.microsoft.com/cbl-mariner/distroless/base:2.0.${MARINER_VERSION}-amd64
COPY --from=builder \
/lib/libzstd.so.1 \
/lib/libsystemd.so.0 \
/lib/liblzma.so.5 \
/lib/liblz4.so.1 \
Expand Down

0 comments on commit bd9fb08

Please sign in to comment.