From 9bb52f3d47494b343d26245135117ccd4c5c0a61 Mon Sep 17 00:00:00 2001 From: Tom Date: Sun, 26 Mar 2023 00:10:52 +0300 Subject: [PATCH] Added package to support japanese fonts --- spotify/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/spotify/Dockerfile b/spotify/Dockerfile index b584290..d24c200 100644 --- a/spotify/Dockerfile +++ b/spotify/Dockerfile @@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \ libsm6 \ spotify-client \ xdg-utils \ + fonts-droid-fallback \ libcanberra-gtk3-module \ --no-install-recommends \ && rm -rf /var/lib/apt/lists/*