Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 159a563

Browse files
committed
docker: allow pip install under kali external package policy
1 parent d827ed0 commit 159a563

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ ENV SHELL /bin/bash
3737
WORKDIR /owtf
3838

3939
# core installation
40-
RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel \
41-
&& python3 -m pip install --no-cache-dir -e .
40+
RUN python3 -m pip install --no-cache-dir --break-system-packages --upgrade pip setuptools wheel \
41+
&& python3 -m pip install --no-cache-dir --break-system-packages -e .
4242

4343
# expose ports
4444
EXPOSE 8010 8009 8008

0 commit comments

Comments
 (0)