Don't try and upgrade pip

This commit is contained in:
TheSpad 2021-12-10 14:55:57 +00:00
parent b0f0c37dca
commit 9e271b985d
3 changed files with 0 additions and 3 deletions

View File

@ -47,7 +47,6 @@ RUN \
python3 -m ensurepip && \
rm -rf /usr/lib/python*/ensurepip && \
cd /app/netbox && \
/usr/bin/python3 -m pip install --upgrade pip \
pip3 install --no-cache-dir wheel && \
pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
echo "**** cleanup ****" && \

View File

@ -47,7 +47,6 @@ RUN \
python3 -m ensurepip && \
rm -rf /usr/lib/python*/ensurepip && \
cd /app/netbox && \
/usr/bin/python3 -m pip install --upgrade pip \
pip3 install --no-cache-dir wheel && \
pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
echo "**** cleanup ****" && \

View File

@ -47,7 +47,6 @@ RUN \
python3 -m ensurepip && \
rm -rf /usr/lib/python*/ensurepip && \
cd /app/netbox && \
/usr/bin/python3 -m pip install --upgrade pip \
pip3 install --no-cache-dir wheel && \
pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
echo "**** cleanup ****" && \