Skip to content

Commit 9e271b9

Browse files
committed
Don't try and upgrade pip
1 parent b0f0c37 commit 9e271b9

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ RUN \
4747
python3 -m ensurepip && \
4848
rm -rf /usr/lib/python*/ensurepip && \
4949
cd /app/netbox && \
50-
/usr/bin/python3 -m pip install --upgrade pip \
5150
pip3 install --no-cache-dir wheel && \
5251
pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
5352
echo "**** cleanup ****" && \

Dockerfile.aarch64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ RUN \
4747
python3 -m ensurepip && \
4848
rm -rf /usr/lib/python*/ensurepip && \
4949
cd /app/netbox && \
50-
/usr/bin/python3 -m pip install --upgrade pip \
5150
pip3 install --no-cache-dir wheel && \
5251
pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
5352
echo "**** cleanup ****" && \

Dockerfile.armhf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ RUN \
4747
python3 -m ensurepip && \
4848
rm -rf /usr/lib/python*/ensurepip && \
4949
cd /app/netbox && \
50-
/usr/bin/python3 -m pip install --upgrade pip \
5150
pip3 install --no-cache-dir wheel && \
5251
pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
5352
echo "**** cleanup ****" && \

0 commit comments

Comments
 (0)