Spaces:
Running
Running
Trisha Tomy
commited on
Commit
·
e292217
1
Parent(s):
8bbbb7d
updated dockerfile added playwright deps
Browse files- Dockerfile +6 -0
Dockerfile
CHANGED
@@ -35,6 +35,12 @@ RUN apt-get update && apt-get install -y \
|
|
35 |
libasound2-dev \
|
36 |
xvfb \
|
37 |
git \
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
# chromium REMOVED from here
|
39 |
&& rm -rf /var/lib/apt/lists/*
|
40 |
|
|
|
35 |
libasound2-dev \
|
36 |
xvfb \
|
37 |
git \
|
38 |
+
# Additional Playwright dependencies for Debian Buster:
|
39 |
+
libxkbcommon0 \
|
40 |
+
libfontconfig1 \
|
41 |
+
libstdc++6 \
|
42 |
+
libx11-6 \
|
43 |
+
libxcb1 \
|
44 |
# chromium REMOVED from here
|
45 |
&& rm -rf /var/lib/apt/lists/*
|
46 |
|