aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2021-12-21 10:52:10 -0800
committerGravatar MarkKoz <[email protected]>2021-12-21 10:52:10 -0800
commit8268422108f807900c9ca3fa48e0b2669cff478b (patch)
tree9b5d7ba945ca4716c8771cfc0ca79262a952edb4 /Dockerfile
parentSet NsJail log level to warning during API tests (diff)
Disable pip version checks in the Docker image
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 0275fdb..b0d2702 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \