Skip to content

Commit a1f2955

Browse files
authored
add --break-system-packages to pip3
1 parent 2598518 commit a1f2955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.build/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt update \
1818
&& apt install --no-install-recommends -y \
1919
curl unzip python3-minimal python3-pip python3-dev python3-setuptools gcc \
2020
openssl nmap psmisc iproute2 bluez bluetooth libcoap3-bin \
21-
&& pip3 install -r requirements.txt --no-cache-dir \
21+
&& pip3 install -r requirements.txt --no-cache-dir --break-system-packages \
2222
&& apt purge -y python3-pip python3-setuptools python3-dev gcc \
2323
&& apt autoremove -y \
2424
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)