kltn20133118 commited on
Commit
7b07d65
·
verified ·
1 Parent(s): 2db03a9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ubuntu:24.04
2
 
3
  # Cập nhật và cài đặt các gói hệ thống cần thiết
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
 
1
+ FROM mcr.microsoft.com/playwright:v1.49.0-noble
2
 
3
  # Cập nhật và cài đặt các gói hệ thống cần thiết
4
  RUN apt-get update && apt-get install -y --no-install-recommends \