From a0872b4cd43de7cdd4a7e9ff39a23376119e3bd5 Mon Sep 17 00:00:00 2001 From: Patrik Segedy Date: Mon, 20 Nov 2023 18:38:27 +0100 Subject: [PATCH] chore: remove old cve ignores --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ae4e3f7df..ad2d74875 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 -i 59725 -i 59473 -i 59725 -i 59956 -i 59473 -i 61601 -i 61657 -i 61661 -i 61893; fi + if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system; fi RUN install -m 1777 -d /data && \ adduser --gid 0 -d /vmaas --no-create-home vmaas