E-Hospital commited on
Commit
91e7c4e
1 Parent(s): ae05e71

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ ARG DEBIAN_FRONTEND=noninteractive
9
  # For example, let's say you want to install Python and pip
10
  RUN apt-get update && \
11
  apt-get install -y python3 python3-pip
 
 
12
 
13
  COPY ./requirements.txt /code/requirements.txt
14
 
 
9
  # For example, let's say you want to install Python and pip
10
  RUN apt-get update && \
11
  apt-get install -y python3 python3-pip
12
+
13
+ RUN apt-get install -y git-all
14
 
15
  COPY ./requirements.txt /code/requirements.txt
16