Skip to content

Commit

Permalink
Update Dockerfile with swig system package required by PyMuPDF
Browse files Browse the repository at this point in the history
  • Loading branch information
debanjum committed Jan 17, 2024
1 parent 4d30f7d commit 08012c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 08012c7

Please sign in to comment.