Skip to content

Commit

Permalink
chore: temporary ignore vulnerabilities in pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy authored and jdobes committed Aug 24, 2023
1 parent 41667fd commit a91e7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a91e7f6

Please sign in to comment.