Skip to content

Commit cbf7249

Browse files
authored
Merge pull request #70 from inceabdullah/git-command-fix
[Fix] Docker: fix [Errno 2] No such file or directory: 'git'
2 parents 5a68068 + 8a2260e commit cbf7249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ RUN apt install python3.10-dev python3.10-venv python3-pip -y
1313

1414
# Utils
1515
RUN apt install -y curl \
16-
lsof
16+
lsof \
17+
git
1718

1819
COPY ./ /app
1920

0 commit comments

Comments
 (0)