mirror of
https://github.com/linuxserver/docker-netbox.git
synced 2026-02-05 12:17:00 +08:00
Don't try and upgrade pip
This commit is contained in:
parent
b0f0c37dca
commit
9e271b985d
@ -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 ****" && \
|
||||
|
||||
@ -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 ****" && \
|
||||
|
||||
@ -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 ****" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user