omrahm commited on
Commit
af58f06
·
verified ·
1 Parent(s): 9854d3a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM python:3.11
2
 
 
 
3
  WORKDIR /app
4
 
5
  RUN --mount=type=secret,id=GITHUB,mode=0444,required=true \
 
1
  FROM python:3.11
2
 
3
+ RUN apt-get install -y git
4
+
5
  WORKDIR /app
6
 
7
  RUN --mount=type=secret,id=GITHUB,mode=0444,required=true \