Skip to content

Commit 9289014

Browse files
committed
Update the Dockerfile
1 parent 1581e7d commit 9289014

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
2020
RUN echo "LANG=en_US.UTF-8" > /etc/locale.conf
2121
RUN locale-gen en_US.UTF-8
2222

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+
2329
#======================
2430
# Install Common Fonts
2531
#======================

0 commit comments

Comments
 (0)