mirror of
https://github.com/jerikan-network/cmdb.git
synced 2024-05-06 04:54:50 +00:00
[ci] do not warn when using alternative PYTHONUSERBASE
This commit is contained in:
@@ -4,7 +4,7 @@ ARG sha
|
||||
FROM python:3.8-buster AS dependencies
|
||||
WORKDIR /app
|
||||
ENV PYTHONUSERBASE=/app/python
|
||||
RUN pip install --user pipenv
|
||||
RUN pip install --user --no-warn-script-location pipenv
|
||||
COPY Pipfile* ./
|
||||
RUN env PIP_USER=1 PIPENV_SYSTEM=1 /app/python/bin/pipenv install --deploy
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
FROM python:3.8-buster AS dependencies
|
||||
WORKDIR /app
|
||||
ENV PYTHONUSERBASE=/app/python
|
||||
RUN pip install --user pipenv
|
||||
RUN pip install --user --no-warn-script-location pipenv
|
||||
COPY ci/jerikan/Pipfile* ./
|
||||
RUN env PIP_USER=1 PIPENV_SYSTEM=1 /app/python/bin/pipenv install --deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user