We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec50017 + bb8fcd2 commit caba1e1Copy full SHA for caba1e1
build/Dockerfile
@@ -2,6 +2,7 @@ FROM quay.io/kubescape/ebpf-engine:v1.0.0 as builder
2
3
FROM ubuntu:latest
4
5
+ARG TARGETPLATFORM
6
ARG TARGETARCH
7
RUN apt update && apt-get install wget git libelf-dev -y
8
RUN mkdir /etc/node-agent
0 commit comments