File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
11+ && pip install -r /netprobe_lite/requirements.txt --break-system-packages
1212
1313WORKDIR /netprobe_lite
1414
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121 netprobe :
2222 restart : always
2323 container_name : netprobe-probe
24- image : " plaintextpacket /netprobe:latest "
24+ image : " plaintextpackets /netprobe:speedtest "
2525 volumes :
2626 - .:/netprobe_lite
2727 environment :
@@ -35,7 +35,7 @@ services:
3535 speedtest :
3636 restart : always
3737 container_name : netprobe-speedtest
38- image : " plaintextpacket /netprobe:latest "
38+ image : " plaintextpackets /netprobe:speedtest "
3939 volumes :
4040 - .:/netprobe_lite
4141 environment :
@@ -49,7 +49,7 @@ services:
4949 presentation :
5050 restart : always
5151 container_name : netprobe-presentation
52- image : " plaintextpacket /netprobe:latest "
52+ image : " plaintextpackets /netprobe:speedtest "
5353 volumes :
5454 - .:/netprobe_lite
5555 environment :
You can’t perform that action at this time.
0 commit comments