Skip to content

Commit

Permalink
Add tar to be able to copy files out of image
Browse files Browse the repository at this point in the history
  • Loading branch information
jcantrill authored and vparfonov committed Sep 4, 2024
1 parent 4af533a commit 05d7324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN PROTOC=/src/thirdparty/protoc/protoc-linux-$(arch) make build

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

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

COPY --from=builder /src/target/release/vector /usr/bin
Expand Down

0 comments on commit 05d7324

Please sign in to comment.