aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-08-06 22:10:29 +0200
committerGravatar kwzrd <[email protected]>2020-08-06 22:10:29 +0200
commit780eb8413b4c45d7d83a943dda1889b4b467f72e (patch)
treeb4718a5a7a174ef2f6f35d22687406c9f0a01e64 /Dockerfile
parentVerification: extend cog docstring (diff)
parentMerge pull request #1093 from python-discord/discord.py-1.4 (diff)
Merge 'd.py' 1.4 bump from 'origin/master' branch
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