removed pip upgrade Step since its already up to date from kali itslef and breaks the build..

This commit is contained in:
Robert Herzog 2025-10-25 17:06:55 +02:00
parent ab70b09666
commit 4e5d012cdf
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ RUN mkdir -p /root/.pip && \
echo "[global]" > /root/.pip/pip.conf && \
echo "break-system-packages = true" >> /root/.pip/pip.conf
# Upgrade pip
RUN pip3 install --upgrade pip setuptools wheel
WORKDIR /opt/cai