Skip to content

Commit

Permalink
Install git in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 17, 2024
1 parent 39a8cf8 commit 4ec5cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ WORKDIR /root

COPY . cerebro

RUN apt install -y git

RUN cd cerebro && pip install .

# Entry point is just the naked command. It is expected that
Expand Down

0 comments on commit 4ec5cca

Please sign in to comment.