mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Add, fix Khoj Docker container labels
This commit is contained in:
parent
583fa3c188
commit
30d60aaae9
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue