Mythus commited on
Commit
2a14e3a
·
verified ·
1 Parent(s): 9ead7e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM python:3.8
5
  WORKDIR /app
6
 
7
  # Install dependencies
8
- RUN pip install curl_cffi
9
 
10
  # Copy application files to the container at /app
11
  COPY . /app
 
5
  WORKDIR /app
6
 
7
  # Install dependencies
8
+ RUN pip install requests
9
 
10
  # Copy application files to the container at /app
11
  COPY . /app