Skip to content

Commit

Permalink
Merge pull request #153 from xperimental/fix-journalctl
Browse files Browse the repository at this point in the history
LOG-4532: Install journalctl into Docker image
  • Loading branch information
syedriko authored Sep 26, 2023
2 parents 4c21e86 + aabeee1 commit 6ab0df1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ RUN PROTOC=/src/thirdparty/protoc/protoc-linux-$(arch) make build

FROM registry.access.redhat.com/ubi9/ubi-minimal

RUN microdnf install -y systemd && \
microdnf clean all

COPY --from=builder /src/target/release/vector /usr/bin
WORKDIR /usr/bin
CMD ["/usr/bin/vector"]

0 comments on commit 6ab0df1

Please sign in to comment.