Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -14,6 +14,7 @@ ENV TMDB_KEY\
|
|
| 14 |
|
| 15 |
# Install any needed packages specified in requirements.txt
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
|
| 17 |
|
| 18 |
RUN apt-get update && \
|
| 19 |
apt-get install -y curl && \
|
|
|
|
| 14 |
|
| 15 |
# Install any needed packages specified in requirements.txt
|
| 16 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 17 |
+
RUN pip install -U cfscrape
|
| 18 |
|
| 19 |
RUN apt-get update && \
|
| 20 |
apt-get install -y curl && \
|