desktop-file-utils

This commit is contained in:
YuCat-OVO 2024-03-03 22:38:29 +08:00
parent c5dfca0e08
commit e123ea0c0d

View File

@ -56,7 +56,8 @@ RUN \
libxdamage1 \ libxdamage1 \
poppler-utils \ poppler-utils \
python3 \ python3 \
python3-xdg && \ python3-xdg \
desktop-file-utils && \
echo "**** install BaiduNetdisk ****" && \ echo "**** install BaiduNetdisk ****" && \
if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then \ if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then \
echo "**** ${TARGETPLATFORM}, reading from url.json ****"; \ echo "**** ${TARGETPLATFORM}, reading from url.json ****"; \