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 152713a + b976e40 commit 6a9b362Copy full SHA for 6a9b362
Dockerfile
@@ -8,7 +8,7 @@ RUN apt-get update -y \
8
&& apt-get install -y python3 \
9
&& apt-get install -y python3-pip \
10
&& apt-get install -y iputils-ping \
11
-&& pip install -r /netprobe_lite/requirements.txt --break-system-packages
+&& pip install -r /netprobe_lite/requirements.txt
12
13
WORKDIR /netprobe_lite
14
0 commit comments