aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Dennis Pham <[email protected]>2020-07-11 21:38:33 -0400
committerGravatar GitHub <[email protected]>2020-07-11 21:38:33 -0400
commit77238f8580121eb2a9c8a2dbea8de2162e6d3d3e (patch)
treed0c60e11da5694e428fff41e0b792e3d69a0c873 /Dockerfile
parentHelp Channels: Simplify unpinning (diff)
parentMerge pull request #1035 from python-discord/range-len-message (diff)
Merge branch 'master' into help-channels-pin
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