File tree 3 files changed +6
-9
lines changed
3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 47
47
python3 -m ensurepip && \
48
48
rm -rf /usr/lib/python*/ensurepip && \
49
49
cd /app/netbox && \
50
- pip3 install --no-cache-dir -U pip && \
51
- pip3 install --no-cache-dir wheel && \
52
- pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
50
+ pip3 install --no-cache-dir -U pip wheel && \
51
+ pip3 install --no-cache-dir --ignore-installed --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
53
52
echo "**** cleanup ****" && \
54
53
apk del --purge \
55
54
build-dependencies && \
Original file line number Diff line number Diff line change 47
47
python3 -m ensurepip && \
48
48
rm -rf /usr/lib/python*/ensurepip && \
49
49
cd /app/netbox && \
50
- pip3 install --no-cache-dir -U pip && \
51
- pip3 install --no-cache-dir wheel && \
52
- pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
50
+ pip3 install --no-cache-dir -U pip wheel && \
51
+ pip3 install --no-cache-dir --ignore-installed --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
53
52
echo "**** cleanup ****" && \
54
53
apk del --purge \
55
54
build-dependencies && \
Original file line number Diff line number Diff line change 47
47
python3 -m ensurepip && \
48
48
rm -rf /usr/lib/python*/ensurepip && \
49
49
cd /app/netbox && \
50
- pip3 install --no-cache-dir -U pip && \
51
- pip3 install --no-cache-dir wheel && \
52
- pip3 install --no-cache-dir --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
50
+ pip3 install --no-cache-dir -U pip wheel && \
51
+ pip3 install --no-cache-dir --ignore-installed --find-links https://wheel-index.linuxserver.io/alpine/ -r requirements.txt && \
53
52
echo "**** cleanup ****" && \
54
53
apk del --purge \
55
54
build-dependencies && \
You can’t perform that action at this time.
0 commit comments