sanbo1200 commited on
Commit
03cc4fd
·
verified ·
1 Parent(s): 766e5f9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ COPY . /app
9
 
10
  # Install Flask library
11
  RUN pip install Flask
 
12
 
13
  # Tell Docker the port number to listen on when running the container
14
  EXPOSE 5000
 
9
 
10
  # Install Flask library
11
  RUN pip install Flask
12
+ RUN pip install requests
13
 
14
  # Tell Docker the port number to listen on when running the container
15
  EXPOSE 5000