qdqd commited on
Commit
e3722cf
·
verified ·
1 Parent(s): 7240f9c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -24,6 +24,7 @@ RUN mkdir -p templates && \
24
 
25
  # Install Python dependencies
26
  RUN pip install --no-cache-dir -r requirements.txt
 
27
 
28
  # Configure environment
29
  ENV PLAYWRIGHT_BROWSERS_PATH=/home/user/.cache/ms-playwright \
 
24
 
25
  # Install Python dependencies
26
  RUN pip install --no-cache-dir -r requirements.txt
27
+ RUN pip install flask
28
 
29
  # Configure environment
30
  ENV PLAYWRIGHT_BROWSERS_PATH=/home/user/.cache/ms-playwright \