Skip to content

Commit df646fa

Browse files
committed
Fix pip install formatting
1 parent 9e271b9 commit df646fa

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

Dockerfile

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

Dockerfile.aarch64

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

Dockerfile.armhf

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

0 commit comments

Comments
 (0)