mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update Dockerfile with swig system package required by PyMuPDF
This commit is contained in:
parent
4d30f7d1d9
commit
08012c71b1
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM ubuntu:jammy
|
|||
LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj
|
||||
|
||||
# Install System Dependencies
|
||||
RUN apt update -y && apt -y install python3-pip git
|
||||
RUN apt update -y && apt -y install python3-pip git swig
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
|
Loading…
Reference in a new issue