Ibraaheem commited on
Commit
e896f3b
·
1 Parent(s): 6715018

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  FROM python:3.11.6-slim-bookworm as base
2
 
3
- # Install poetry
 
4
  RUN pip install pipx
5
  RUN python3 -m pipx ensurepath
6
  RUN pipx install poetry
 
1
  FROM python:3.11.6-slim-bookworm as base
2
 
3
+ # Install poetry and git
4
+ RUN apt-get update && apt-get install -y git
5
  RUN pip install pipx
6
  RUN python3 -m pipx ensurepath
7
  RUN pipx install poetry