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

Remove JSON from FEATURES list (it is always included)

parent 9cbba9e8
No related branches found
No related tags found
No related merge requests found
Pipeline #55887 passed
......@@ -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 JSON" PROCFS=/rootproc
&& make all install FEATURES="PCAP TCP DOCKER DROPMON CONTAINERD K8S NVML" 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