rahul7star commited on
Commit
502a77b
·
verified ·
1 Parent(s): 0df5524

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM python:3.10-slim
2
 
 
 
3
  # Set environment variables
4
  ENV PYTHONUNBUFFERED=1 \
5
  PORT=8000 \
 
1
  FROM python:3.10-slim
2
 
3
+ RUN apt update && apt install -y git
4
+
5
  # Set environment variables
6
  ENV PYTHONUNBUFFERED=1 \
7
  PORT=8000 \