aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-08-07 14:08:22 +1000
committerGravatar GitHub <[email protected]>2020-08-07 14:08:22 +1000
commitbab44f3a727f6089cb0cfcb45327ff478ed656f7 (patch)
treefa32840ae8e4bec8a869f2e38b7ef17afd33ab6a /Dockerfile
parentHelpChannels: clear claimant cache when channel goes dormant (diff)
parentMerge pull request #1093 from python-discord/discord.py-1.4 (diff)
Merge branch 'master' into bug/help/1074/duplicate-claim
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