kltn20133118 commited on
Commit
fbc563c
·
verified ·
1 Parent(s): 07c15e9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM mcr.microsoft.com/playwright:v1.49.0-noble
2
 
 
3
  # Cài đặt thư viện hệ thống cần thiết
4
  RUN apt-get update && apt-get install -y --no-install-recommends \
5
  libglib2.0-0 \
 
1
  FROM mcr.microsoft.com/playwright:v1.49.0-noble
2
 
3
+ RUN apt install python3.12-venv
4
  # Cài đặt thư viện hệ thống cần thiết
5
  RUN apt-get update && apt-get install -y --no-install-recommends \
6
  libglib2.0-0 \