mirror of
https://github.com/linuxserver/docker-netbox.git
synced 2026-02-04 13:54:33 +08:00
Fix pip install formatting
This commit is contained in:
parent
9e271b985d
commit
df646fa4c5
@ -47,6 +47,7 @@ RUN \
|
||||
python3 -m ensurepip && \
|
||||
rm -rf /usr/lib/python*/ensurepip && \
|
||||
cd /app/netbox && \
|
||||
pip3 install --no-cache-dir -U 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,6 +47,7 @@ RUN \
|
||||
python3 -m ensurepip && \
|
||||
rm -rf /usr/lib/python*/ensurepip && \
|
||||
cd /app/netbox && \
|
||||
pip3 install --no-cache-dir -U 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,6 +47,7 @@ RUN \
|
||||
python3 -m ensurepip && \
|
||||
rm -rf /usr/lib/python*/ensurepip && \
|
||||
cd /app/netbox && \
|
||||
pip3 install --no-cache-dir -U 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