Remove unused git dependency from Docker images

This commit is contained in:
Debanjum Singh Solanky
2024-02-14 17:12:53 +05:30
parent e21a8530f3
commit 4007c871ae
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ FROM ubuntu:jammy
LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj
# Install System Dependencies
RUN apt update -y && apt -y install python3-pip git swig
RUN apt update -y && apt -y install python3-pip swig
WORKDIR /app