aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Dennis Pham <[email protected]>2020-08-09 14:07:58 -0400
committerGravatar GitHub <[email protected]>2020-08-09 14:07:58 -0400
commitc8c33879d098569ae9eefc44c067ff6a780ca3f6 (patch)
treea6d442fe4f46c1d20f0dee6ba0aeb49d2e91b462 /Dockerfile
parentFiltering: ignore webhooks for nickname filter (diff)
parentMerge pull request #1085 from python-discord/bug/util/1079/long-poll-titles (diff)
Merge branch 'master' into bug/filters/1027/ignore-webhook-names
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