From 4924bd4d5de038c0b119077c38c1918bd488ea92 Mon Sep 17 00:00:00 2001 From: Settel Date: Fri, 11 Apr 2025 17:41:56 +0200 Subject: [PATCH] feat: add missing fonts --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd40ccc..92ae630 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,9 @@ RUN apt-get update && apt-get install -y \ --no-install-recommends \ fonts-liberation \ fonts-roboto \ - hicolor-icon-theme \ fonts-symbola \ + fonts-arkpandora \ + hicolor-icon-theme \ libv4l-0 \ libcanberra-gtk-module \ libexif-dev \