From 0ce8ab19439be0de080552b8be7a1fed4533c1e5 Mon Sep 17 00:00:00 2001 From: TheOnlyWayUp Date: Sun, 22 Dec 2024 13:37:19 +0000 Subject: [PATCH] fix(dockerfile): Remove unneeded dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a73864..5912f97 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY --from=nobodyxu/apt-fast:latest-debian-buster-slim /usr/local/ /usr/local/ RUN apt update RUN apt install -y aria2 -RUN apt-fast install -y git build-essential xorg libssl-dev libxrender-dev libpango-1.0-0 wget +RUN apt-fast install -y git build-essential libpango-1.0-0 libpangoft2-1.0-0 wget ENV EXIFTOOL_VERSION="13.06" RUN wget "https://exiftool.org/Image-ExifTool-${EXIFTOOL_VERSION}.tar.gz"