fix(dockerfile): Remove unneeded dependencies
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ COPY --from=nobodyxu/apt-fast:latest-debian-buster-slim /usr/local/ /usr/local/
|
|||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt install -y aria2
|
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"
|
ENV EXIFTOOL_VERSION="13.06"
|
||||||
RUN wget "https://exiftool.org/Image-ExifTool-${EXIFTOOL_VERSION}.tar.gz"
|
RUN wget "https://exiftool.org/Image-ExifTool-${EXIFTOOL_VERSION}.tar.gz"
|
||||||
|
|||||||
Reference in New Issue
Block a user