YashashviAlva commited on
Commit
8f2289d
·
1 Parent(s): 43efb12

Add git to Dockerfile to fix GitHub ingestion

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -28,6 +28,7 @@ ENV RELOAD=false
28
  # Install system dependencies
29
  RUN apt-get update && apt-get install -y --no-install-recommends \
30
  curl \
 
31
  && rm -rf /var/lib/apt/lists/*
32
 
33
  # Create a non-root user (HF Spaces requirement)
 
28
  # Install system dependencies
29
  RUN apt-get update && apt-get install -y --no-install-recommends \
30
  curl \
31
+ git \
32
  && rm -rf /var/lib/apt/lists/*
33
 
34
  # Create a non-root user (HF Spaces requirement)