Skip to content

Commit

Permalink
add --break-system-packages to pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusmotea authored Aug 4, 2023
1 parent 2598518 commit a1f2955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt update \
&& apt install --no-install-recommends -y \
curl unzip python3-minimal python3-pip python3-dev python3-setuptools gcc \
openssl nmap psmisc iproute2 bluez bluetooth libcoap3-bin \
&& pip3 install -r requirements.txt --no-cache-dir \
&& pip3 install -r requirements.txt --no-cache-dir --break-system-packages \
&& apt purge -y python3-pip python3-setuptools python3-dev gcc \
&& apt autoremove -y \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit a1f2955

Please sign in to comment.