Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 \
|