From 44a4c1e86cbb5ad9917f826d9905629b3bffc378 Mon Sep 17 00:00:00 2001 From: Tscuite <64051240+tscuite@users.noreply.github.com> Date: Thu, 15 Jun 2023 18:20:27 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e9d5e5525..653530070 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ ENV LANGUAGE=en_US.UTF-8 ENV TZ=Asia/Shanghai RUN apt-get update -y \ - && apt install -y gettext gcc make cmake libmariadb-dev curl libc6-dev unzip cron \ + && apt install -y gettext gcc make cmake libmariadb-dev curl libc6-dev libxrender1 libxtst6 libxi6 unzip cron \ fonts-wqy-microhei vim build-essential ninja-build cython3 pybind11-dev libre2-dev locales \ # htop sysstat net-tools iproute2 procps lsof \ zip libjpeg62 \