Add, fix Khoj Docker container labels

This commit is contained in:
Debanjum Singh Solanky 2024-07-16 21:52:39 +05:30
parent 583fa3c188
commit 30d60aaae9

View file

@ -1,6 +1,8 @@
# syntax=docker/dockerfile:1 # syntax=docker/dockerfile:1
FROM ubuntu:jammy FROM ubuntu:jammy
LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj LABEL "homepage" "https://khoj.dev"
LABEL "repository" "https://github.com/khoj-ai/khoj"
LABEL "org.opencontainers.image.source" "https://github.com/khoj-ai/khoj"
# Install System Dependencies # Install System Dependencies
RUN apt update -y && apt -y install python3-pip swig curl RUN apt update -y && apt -y install python3-pip swig curl