From 8c3431cf2c289e0c099cbc3c4f2da5bb9fba0cf6 Mon Sep 17 00:00:00 2001 From: 86156 <823267011@qq.com> Date: Tue, 30 Sep 2025 19:45:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ruoyi-admin/Dockerfile b/ruoyi-admin/Dockerfile index 80737bf..8b168f0 100644 --- a/ruoyi-admin/Dockerfile +++ b/ruoyi-admin/Dockerfile @@ -33,6 +33,11 @@ RUN apt-get update && apt-get install -y \ libgomp1 \ libva-drm2 \ libva2 \ + libxcb-shm0 \ + libxcb-shape0 \ + libxcb1 \ + libx11-6 \ + libx11-xcb1 \ && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \ && echo "Asia/Shanghai" > /etc/timezone \ && rm -rf /var/lib/apt/lists/*