mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Move bash command in Dockerfile into single line
This commit is contained in:
parent
96a9fa07f0
commit
6df728c445
1 changed files with 1 additions and 2 deletions
|
@ -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 . .
|
||||
|
|
Loading…
Reference in a new issue