aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-04-29 09:51:45 +0200
committerGravatar Christopher Baklid <[email protected]>2018-04-29 09:51:45 +0200
commit916b58096eeec63f4dc594e89432259e3b63e908 (patch)
treee6e37f3031e9a5337e5db02ea0f5db2647463e5f /Dockerfile
parentreadd .git folder to docker container, dependency for command (diff)
preinstall environment in the base container
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index cf53d2fb9..5928e4f07 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -10,6 +10,7 @@ RUN pip install pipenv
COPY . /bot
WORKDIR /bot
+RUN pipenv clean
RUN pipenv sync
ENTRYPOINT ["/sbin/tini", "--"]