mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Add, fix Khoj Docker container labels
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
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
|
||||
RUN apt update -y && apt -y install python3-pip swig curl
|
||||
|
||||
Reference in New Issue
Block a user