mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00: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
|
LABEL org.opencontainers.image.source https://github.com/khoj-ai/khoj
|
||||||
|
|
||||||
# Install System Dependencies
|
# Install System Dependencies
|
||||||
RUN apt update -y && \
|
RUN apt update -y && apt -y install python3-pip git
|
||||||
apt -y install python3-pip git
|
|
||||||
|
|
||||||
# Install Application
|
# Install Application
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
Loading…
Add table
Reference in a new issue