diff --git a/Dockerfile b/Dockerfile index ceb077c..db9f666 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 61471b0..5ac591e 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -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 ****" && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 0a0bcb4..0c9e543 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -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 ****" && \