diff options
| author | 2021-05-10 01:58:31 +0530 | |
|---|---|---|
| committer | 2021-05-10 01:58:31 +0530 | |
| commit | 2eda11d5110103d65ee684f4626d7c1ae59b32c9 (patch) | |
| tree | fbbbcf61ef0797722a1ea8136aaa412cd6283365 /Dockerfile | |
| parent | Fix Bug:Paginated embed image gets carried to next page (diff) | |
| parent | Merge pull request #724 from ToxicKidz/fix/mosaic-command (diff) | |
Pull upstream and resolve conflicts.
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 |