aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Steele <[email protected]>2020-12-20 14:32:49 -0500
committerGravatar Steele <[email protected]>2020-12-20 14:32:49 -0500
commit2b73df65fdd6fd2256d8a3f95b5181b6e10141bc (patch)
tree6e75bd1c0a5c8f0e810d63e75e11b3703095aad6 /Dockerfile
parentResponses from the bot mention the user. (diff)
parentAdd the clear alias to the clean command (diff)
Merge branch 'master' of https://github.com/python-discord/bot into swfarnsworth/developer_command
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 06a538b2a..0b1674e7a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,6 +6,11 @@ ENV PIP_NO_CACHE_DIR=false \
PIPENV_IGNORE_VIRTUALENVS=1 \
PIPENV_NOSPIN=1
+RUN apt-get -y update \
+ && apt-get install -y \
+ git \
+ && rm -rf /var/lib/apt/lists/*
+
# Install pipenv
RUN pip install -U pipenv