E-Hospital commited on
Commit
55f8d2f
·
1 Parent(s): 9938359

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /code
5
  RUN apt-get update && \
6
  apt-get install -y python3 python3-pip
7
 
8
- RUN apt-get install git-all
9
 
10
  COPY ./requirements.txt /code/requirements.txt
11
 
 
5
  RUN apt-get update && \
6
  apt-get install -y python3 python3-pip
7
 
8
+ RUN apt-get install -y git-all
9
 
10
  COPY ./requirements.txt /code/requirements.txt
11