Skip to content

Commit

Permalink
add git
Browse files Browse the repository at this point in the history
  • Loading branch information
akhanf authored Nov 23, 2024
1 parent 5fbcbf3 commit 795c4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ MAINTAINER <[email protected]>

COPY . .

RUN pip install --no-cache-dir .
RUN apt install -y git && pip install --no-cache-dir .

0 comments on commit 795c4c8

Please sign in to comment.