Fix pip install formatting

This commit is contained in:
TheSpad 2021-12-10 15:04:32 +00:00
parent 9e271b985d
commit df646fa4c5
3 changed files with 3 additions and 0 deletions

View File

@ -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 ****" && \

View File

@ -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 ****" && \

View File

@ -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 ****" && \