We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4eff02b + c1468e1 commit 7f2666dCopy full SHA for 7f2666d
Dockerfile
@@ -8,6 +8,8 @@ COPY . .
8
# via installation of `PyMuPDF` package but `PyMuPDF` itself requires `fitz`.
9
# That's why `fitz` is installed separately.
10
RUN pip3 install fitz
11
+# for DB dumps
12
+RUN apt install -y sudo zip mongodb-clients
13
14
RUN pip3 install -r requirements.txt
15
ENV PYTHONPATH='/app/:/app/app/'
0 commit comments