Syamchand commited on
Commit
5bfbdaf
·
verified ·
1 Parent(s): d0dad75

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ WORKDIR /home/user/app
7
  # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
9
  curl \
 
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # Install Python packages
 
7
  # Install system dependencies
8
  RUN apt-get update && apt-get install -y \
9
  curl \
10
+ git \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
  # Install Python packages