From e123ea0c0d9cb29d01976ffb92902a9142ef73e3 Mon Sep 17 00:00:00 2001 From: YuCat-OVO <66810215+YuCat-OVO@users.noreply.github.com> Date: Sun, 3 Mar 2024 22:38:29 +0800 Subject: [PATCH] desktop-file-utils --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 138f8f8..891ef64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,8 @@ RUN \ libxdamage1 \ poppler-utils \ python3 \ - python3-xdg && \ + python3-xdg \ + desktop-file-utils && \ echo "**** install BaiduNetdisk ****" && \ if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then \ echo "**** ${TARGETPLATFORM}, reading from url.json ****"; \