Skip to content

Commit 6a9b362

Browse files
Merge pull request #40 from plaintextpackets/issue_39
Removed --break-system-packages
2 parents 152713a + b976e40 commit 6a9b362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apt-get update -y \
88
&& apt-get install -y python3 \
99
&& apt-get install -y python3-pip \
1010
&& apt-get install -y iputils-ping \
11-
&& pip install -r /netprobe_lite/requirements.txt --break-system-packages
11+
&& pip install -r /netprobe_lite/requirements.txt
1212

1313
WORKDIR /netprobe_lite
1414

0 commit comments

Comments
 (0)