kltn20133118 commited on
Commit
e258575
·
verified ·
1 Parent(s): 5f3f525

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM mcr.microsoft.com/playwright:focal
2
 
3
  # Thiết lập thư mục làm việc
4
  WORKDIR /code
@@ -81,6 +81,8 @@ RUN pip install playwright
81
  RUN playwright install
82
  RUN playwright install-deps
83
  RUN playwright install chromium
 
 
84
 
85
 
86
  # Sao chép mã nguồn
 
1
+ FROM ubuntu:24.04
2
 
3
  # Thiết lập thư mục làm việc
4
  WORKDIR /code
 
81
  RUN playwright install
82
  RUN playwright install-deps
83
  RUN playwright install chromium
84
+ RUN pip install --upgrade --ignore-installed playwright
85
+ RUN playwright install --with-deps chromium
86
 
87
 
88
  # Sao chép mã nguồn