Skip to content

Commit

Permalink
Update Dockerfile: proper path ?
Browse files Browse the repository at this point in the history
  • Loading branch information
tiritibambix authored Dec 18, 2024
1 parent 7cd6aac commit 3063395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

# Télécharger et installer ImageMagick 7.1.1-41
RUN wget https://download.imagemagick.org/archive/ImageMagick-7.1.1-41.tar.gz \
RUN wget https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.1-41.tar.gz \
&& tar -xzvf ImageMagick-7.1.1-41.tar.gz \
&& cd ImageMagick-7.1.1-41 \
&& ./configure --with-modules \
Expand Down

0 comments on commit 3063395

Please sign in to comment.