diff options
| author | 2021-04-30 12:14:00 +0300 | |
|---|---|---|
| committer | 2021-04-30 12:14:00 +0300 | |
| commit | 109692e5b0efb181152ce5743d11fbea64171c9c (patch) | |
| tree | b20a8cc425d98d2f4b2ffc11ac1fe665b62b8192 /Dockerfile | |
| parent | Add non-underscore aliases for lazy people like me :) (diff) | |
| parent | Merge pull request #709 from chincholikarsalil/fix-grammatical-error (diff) | |
Merge branch 'main' into Enforce-image-processing-concurrency
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -6,12 +6,6 @@ ENV PIP_NO_CACHE_DIR=false \ PIPENV_IGNORE_VIRTUALENVS=1 \ PIPENV_NOSPIN=1 -# Install git to be able to dowload git dependencies in the Pipfile -RUN apt-get -y update \ - && apt-get install -y \ - ffmpeg \ - && rm -rf /var/lib/apt/lists/* - # Install pipenv RUN pip install -U pipenv |