kltn20133118 commited on
Commit
bd133bf
·
verified ·
1 Parent(s): fccabdf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,8 +22,8 @@ ENV XDG_CACHE_HOME=/code/.cache
22
  RUN mkdir -p /code/.cache && chmod -R 777 /code
23
  COPY ./requirements.txt /code/requirements.txt
24
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
25
- RUN pip install playwright
26
  RUN playwright install
 
27
 
28
  COPY . .
29
 
 
22
  RUN mkdir -p /code/.cache && chmod -R 777 /code
23
  COPY ./requirements.txt /code/requirements.txt
24
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
25
  RUN playwright install
26
+ RUN playwright install-deps
27
 
28
  COPY . .
29