From 348d6379481d9efbeb5e84a2f910fec3b340bccd Mon Sep 17 00:00:00 2001 From: Merith Date: Thu, 5 Jun 2025 04:59:12 +0000 Subject: [PATCH] nuke font, saving 100mb --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aef1582..7aba4a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,9 @@ ENV VNC_BUILTIN_WIDTH=1024 \ RUN apk add --no-cache \ x11vnc xvfb xterm bash \ procps iproute2 inetutils-telnet xdpyinfo wget \ - font-noto font-noto-cjk font-noto-emoji fontconfig \ + font-dejavu fontconfig \ i3wm i3blocks i3status htop - + # Configure i3 COPY i3.config /root/.config/i3/config