Abhaykoul commited on
Commit
5fe2078
·
verified ·
1 Parent(s): 01c648f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY --chown=user ./requirements.txt requirements.txt
11
  RUN pip install --no-cache-dir --upgrade pip setuptools wheel
12
 
13
  # Install psutil first (to fix the Webscout dependency issue)
14
- RUN pip install --no-cache-dir psutil
15
 
16
  # Install all dependencies except Webscout
17
  RUN grep -v "git+https://github.com/OE-LUCIFER/Webscout.git" requirements.txt > temp_requirements.txt && \
 
11
  RUN pip install --no-cache-dir --upgrade pip setuptools wheel
12
 
13
  # Install psutil first (to fix the Webscout dependency issue)
14
+ RUN pip install --no-cache-dir psutil pygetwindow
15
 
16
  # Install all dependencies except Webscout
17
  RUN grep -v "git+https://github.com/OE-LUCIFER/Webscout.git" requirements.txt > temp_requirements.txt && \