aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/app/Dockerfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile
index 8378ceb9..a17e034c 100644
--- a/docker/app/Dockerfile
+++ b/docker/app/Dockerfile
@@ -4,6 +4,10 @@ FROM bitnami/python:3.7-prod
STOPSIGNAL SIGQUIT
ARG EXTRAS=deploy
+ENV PIP_NO_CACHE_DIR=false \
+ PIPENV_HIDE_EMOJIS=1 \
+ PIPENV_NOSPIN=1
+
# Create a user.
RUN useradd --system --shell /bin/false --uid 1500 pysite