Skip to content

Commit 7f2666d

Browse files
Merge pull request #271 from OSLL/256_dump_ui
2 parents 4eff02b + c1468e1 commit 7f2666d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ COPY . .
88
# via installation of `PyMuPDF` package but `PyMuPDF` itself requires `fitz`.
99
# That's why `fitz` is installed separately.
1010
RUN pip3 install fitz
11+
# for DB dumps
12+
RUN apt install -y sudo zip mongodb-clients
1113

1214
RUN pip3 install -r requirements.txt
1315
ENV PYTHONPATH='/app/:/app/app/'

0 commit comments

Comments
 (0)