We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2598518 commit a1f2955Copy full SHA for a1f2955
.build/Dockerfile
@@ -18,7 +18,7 @@ RUN apt update \
18
&& apt install --no-install-recommends -y \
19
curl unzip python3-minimal python3-pip python3-dev python3-setuptools gcc \
20
openssl nmap psmisc iproute2 bluez bluetooth libcoap3-bin \
21
- && pip3 install -r requirements.txt --no-cache-dir \
+ && pip3 install -r requirements.txt --no-cache-dir --break-system-packages \
22
&& apt purge -y python3-pip python3-setuptools python3-dev gcc \
23
&& apt autoremove -y \
24
&& rm -rf /var/lib/apt/lists/*
0 commit comments