diff options
author | 2021-12-21 10:52:10 -0800 | |
---|---|---|
committer | 2021-12-21 10:52:10 -0800 | |
commit | 8268422108f807900c9ca3fa48e0b2669cff478b (patch) | |
tree | 9b5d7ba945ca4716c8771cfc0ca79262a952edb4 /Dockerfile | |
parent | Set NsJail log level to warning during API tests (diff) |
Disable pip version checks in the Docker image
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ FROM python:3.10-slim-buster as base # Everything will be a user install to allow snekbox's dependencies to be kept # separate from the packages exposed during eval. ENV PATH=/root/.local/bin:$PATH \ + PIP_DISABLE_PIP_VERSION_CHECK=1 \ PIP_NO_CACHE_DIR=false \ PIP_USER=1 \ PIPENV_DONT_USE_PYENV=1 \ |