Skip to content

Commit

Permalink
oops 1.4.0 was meant here
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Sep 28, 2024
1 parent ae241d6 commit 2fedf02
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ARG NAME=linux-im7
ARG IM_VERSION=7.1.1-38
ARG LIB_HEIF_VERSION=1.18.2
ARG LIB_AOM_VERSION=3.10.0
ARG LIB_WEBP_VERSION=1.4.1
ARG LIB_WEBP_VERSION=1.4.0
ARG LIBJXL_VERSION=0.11.0


# TODO:
# - How about more static linking?
Expand Down Expand Up @@ -75,5 +75,3 @@ RUN apt-get -y update && \
apt-get remove --autoremove --purge -y gcc make cmake clang curl g++ yasm git autoconf pkg-config libpng-dev libjpeg-turbo8-dev libde265-dev libx265-dev libxml2-dev libtiff-dev libfontconfig1-dev libfreetype6-dev liblcms2-dev libsdl1.2-dev libgif-dev libbrotli-dev && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /ImageMagick


0 comments on commit 2fedf02

Please sign in to comment.