mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-11 13:23:03 +00:00
Fix can only use path@version syntax with 'go get' and 'go install' in module-aware mode
error in tap/tlstapper/bpf-builder/build.sh
This commit is contained in:
parent
d212ebadee
commit
bab23303ae
@ -1,5 +1,5 @@
|
|||||||
FROM alpine:3.14
|
FROM golang:1.17-alpine
|
||||||
|
|
||||||
RUN apk --no-cache update && apk --no-cache add clang llvm libbpf-dev go linux-headers
|
RUN apk --no-cache update && apk --no-cache add clang llvm libbpf-dev linux-headers
|
||||||
|
|
||||||
WORKDIR /mizu
|
WORKDIR /mizu
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user