We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1581e7d commit 9289014Copy full SHA for 9289014
1 file changed
Dockerfile
@@ -20,6 +20,12 @@ RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
20
RUN echo "LANG=en_US.UTF-8" > /etc/locale.conf
21
RUN locale-gen en_US.UTF-8
22
23
+#===========================
24
+# Fingerprint Configuration
25
26
+RUN apt install -y xvfb fonts-liberation fonts-noto-color-emoji libvulkan1 libnss3 libatk-bridge2.0-0 libcups2 libxcomposite1 libxrandr2 libgbm1 libpango-1.0-0 libcairo2 libasound2
27
+RUN apt install -y fonts-freefont-ttf fonts-dejavu-core fonts-ubuntu fonts-roboto fonts-droid-fallback
28
+
29
#======================
30
# Install Common Fonts
31
0 commit comments