We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d827ed0 commit 159a563Copy full SHA for 159a563
1 file changed
Dockerfile
@@ -37,8 +37,8 @@ ENV SHELL /bin/bash
37
WORKDIR /owtf
38
39
# core installation
40
-RUN python3 -m pip install --no-cache-dir --upgrade pip setuptools wheel \
41
- && python3 -m pip install --no-cache-dir -e .
+RUN python3 -m pip install --no-cache-dir --break-system-packages --upgrade pip setuptools wheel \
+ && python3 -m pip install --no-cache-dir --break-system-packages -e .
42
43
# expose ports
44
EXPOSE 8010 8009 8008
0 commit comments