i0110 commited on
Commit
eb43e73
·
verified ·
1 Parent(s): 8a3ca23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY . /app
9
 
10
  # Install any needed packages
11
- RUN pip install --no-cache-dir Flask requests
12
 
13
  # Make port 5000 available to the world outside this container
14
  EXPOSE 5000
 
8
  COPY . /app
9
 
10
  # Install any needed packages
11
+ RUN pip install --no-cache-dir Flask requests gitpython
12
 
13
  # Make port 5000 available to the world outside this container
14
  EXPOSE 5000