mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-17 16:08:12 +00:00
6 lines
120 B
Docker
6 lines
120 B
Docker
FROM alpine:3.14
|
|
|
|
RUN apk --no-cache update && apk --no-cache add clang llvm libbpf-dev go linux-headers
|
|
|
|
WORKDIR /mizu
|