diff options
| author | 2020-08-09 13:48:46 -0400 | |
|---|---|---|
| committer | 2020-08-09 13:48:46 -0400 | |
| commit | a59cdea6e2610abc2752fd253897ae01285d61b8 (patch) | |
| tree | 44a9787f8d6b834095568035617a664fa49b167d /Dockerfile | |
| parent | Utils: show error message for long poll titles (diff) | |
| parent | Remove unnecessary edits during pagination (diff) | |
Merge branch 'master' into bug/util/1079/long-poll-titles
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 |