Skip to content

Commit 9390251

Browse files
albanleodido
authored andcommitted
feat: add xz-utils in container image for CONFIG_IKHEADERS support
1 parent df88d14 commit 9390251

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/Dockerfile.tracerunner

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ RUN make _output/bin/trace-runner
1313

1414
FROM ubuntu:19.10
1515

16+
RUN apt-get update
17+
RUN apt-get install -y xz-utils
18+
1619
COPY --from=gobuilder /go/src/github.com/iovisor/kubectl-trace/_output/bin/trace-runner /bin/trace-runner
1720
COPY --from=bpftrace /usr/bin/bpftrace /usr/bin/bpftrace
1821

0 commit comments

Comments
 (0)