Use jammy for docker base image due to dependency issue with arm64 image

This commit is contained in:
sabaimran 2023-09-18 15:38:18 -07:00
parent 6df728c445
commit efe5e09c3a

View file

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM ubuntu:kinetic
FROM ubuntu:jammy
LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj
# Install System Dependencies