diff --git a/Dockerfile b/Dockerfile index b0a1b4e5f..8cf3e4542 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ ARG PIPENV_PYUP_API_KEY="" ARG VAR_PIPENV_INSTALL_OPT="" RUN pip3 install --upgrade pip pipenv==2022.12.19 && \ pipenv install --ignore-pipfile --deploy --system $VAR_PIPENV_INSTALL_OPT && \ - if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi + if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system -i 59725 -i 59473; fi RUN install -m 1777 -d /data && \ adduser --gid 0 -d /vmaas --no-create-home vmaas