diff options
| author | 2020-08-06 22:00:16 +0200 | |
|---|---|---|
| committer | 2020-08-06 22:00:16 +0200 | |
| commit | 02d1dd1b5034778f6bfc296317c9241e93395b2a (patch) | |
| tree | c4d64e1e78fdffbbf5e00354b112ab4c553d403b /Dockerfile | |
| parent | Guild invite regex: Add support for dashes in the invite code (diff) | |
| parent | Deps: update discord.py to 1.4.0 (diff) | |
Merge pull request #1093 from python-discord/discord.py-1.4
Deps: update discord.py to 1.4.0
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 5 | 
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 | 
