diff --git a/Dockerfile b/Dockerfile index 3c4e6de33..a6e936767 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,7 @@ FROM ubuntu:kinetic LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj # Install System Dependencies -RUN apt update -y && \ - apt -y install python3-pip git +RUN apt update -y && apt -y install python3-pip git # Install Application COPY . .