Skip to content

Commit

Permalink
feat: add xz-utils in container image for CONFIG_IKHEADERS support
Browse files Browse the repository at this point in the history
  • Loading branch information
alban authored and leodido committed Sep 30, 2020
1 parent df88d14 commit 9390251
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/Dockerfile.tracerunner
Expand Up @@ -13,6 +13,9 @@ RUN make _output/bin/trace-runner

FROM ubuntu:19.10

RUN apt-get update
RUN apt-get install -y xz-utils

COPY --from=gobuilder /go/src/github.com/iovisor/kubectl-trace/_output/bin/trace-runner /bin/trace-runner
COPY --from=bpftrace /usr/bin/bpftrace /usr/bin/bpftrace

Expand Down

0 comments on commit 9390251

Please sign in to comment.