Skip to content
Snippets Groups Projects
Commit 0427b896 authored by Neil McKee's avatar Neil McKee
Browse files

Add mod_json to build.

parent c80e4a27
No related branches found
No related tags found
No related merge requests found
Pipeline #55885 failed
......@@ -17,7 +17,7 @@ RUN echo "EXTRAS" && apt-get install -y --no-install-recommends \
RUN echo "CERTS" && apt-get install -y --reinstall ca-certificates
RUN git clone https://github.com/sflow/host-sflow \
&& cd host-sflow \
&& make all install FEATURES="PCAP TCP DOCKER DROPMON CONTAINERD K8S NVML" PROCFS=/rootproc
&& make all install FEATURES="PCAP TCP DOCKER DROPMON CONTAINERD K8S NVML JSON" PROCFS=/rootproc
FROM nvidia/cuda:12.1.1-base-ubuntu20.04
RUN echo "UPDATE" && apt-get update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment