aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e9640c1..6b5e2f6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -79,7 +79,7 @@ ARG DEV
RUN if [ -n "${DEV}" ]; \
then \
pip install -U -r requirements/coverage.pip \
- && PYTHONUSERBASE=/snekbox/user_base \
+ && export PYTHONUSERBASE=/snekbox/user_base \
&& /lang/python/default/bin/python -m pip install --user numpy~=1.19; \
fi