aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docker/bot.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/bot.Dockerfile b/docker/bot.Dockerfile
index 4713e1f0e..d4968fbfa 100644
--- a/docker/bot.Dockerfile
+++ b/docker/bot.Dockerfile
@@ -8,7 +8,7 @@ ENV PIPENV_HIDE_EMOJIS=1
COPY . /bot
WORKDIR /bot
-RUN pipenv install --deploy --system
+RUN pipenv install --deploy --system --sequential
ENTRYPOINT ["/sbin/tini", "--"]
CMD ["python", "-m", "bot"]