mirror of https://github.com/aliasrobotics/cai.git
removed pip upgrade Step since its already up to date from kali itslef and breaks the build..
This commit is contained in:
parent
ab70b09666
commit
4e5d012cdf
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue