Skip to content

Commit

Permalink
Move bash command in Dockerfile into single line
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Sep 18, 2023
1 parent 96a9fa0 commit 6df728c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 . .
Expand Down

0 comments on commit 6df728c

Please sign in to comment.