aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2020-08-07 11:09:36 -0700
committerGravatar MarkKoz <[email protected]>2020-08-07 11:09:36 -0700
commit323a2045ab280f5c8eec9af4ba97edbee4be866f (patch)
tree005e0622f4b86a37f691f4a983d9b3db35041124 /Dockerfile
parentHelpChannels: simplify control flow in is_empty (diff)
parentMerge pull request #1092 from python-discord/bug/help/1074/duplicate-claim (diff)
HelpChannels: fix conflict in move_to_dormant
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 0b1674e7a..06a538b2a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,11 +6,6 @@ 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