Mythus commited on
Commit
c641c40
·
verified ·
1 Parent(s): 9d85d65

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 && \