Build Khoj Debian package on Ubuntu 20.04 to work with Glibc 2.31 (#424)

Build the Debian package using Ubuntu 20.04 instead of 22.04 as Ubuntu 20.04 comes pre-installed with glibc_2.31 unlike Ubuntu 22.04 which uses glibc_2.35
This commit is contained in:
Debanjum
2023-08-06 23:21:51 -07:00
committed by GitHub
4 changed files with 8 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ classifiers = [
"Topic :: Text Processing :: Linguistic",
]
dependencies = [
"dateparser == 1.1.1",
"dateparser >= 1.1.1",
"defusedxml == 0.7.1",
"fastapi == 0.77.1",
"jinja2 == 3.1.2",