mirror of
https://github.com/ivanch/tcc.git
synced 2025-01-18 21:02:28 +00:00
curl
This commit is contained in:
parent
2e3398f683
commit
4fa2ae956f
@ -18,7 +18,8 @@ FROM debian:bullseye-slim
|
||||
|
||||
ENV MAGICK_VERSION 7.1
|
||||
|
||||
RUN curl https://imagemagick.org/archive/ImageMagick.tar.gz | tar xz \
|
||||
RUN apt update && apt install curl -y \
|
||||
&& curl https://imagemagick.org/archive/ImageMagick.tar.gz | tar xz \
|
||||
&& cd ImageMagick-${MAGICK_VERSION}* \
|
||||
&& ./configure --with-magick-plus-plus=no --with-perl=no \
|
||||
&& make \
|
||||
|
Loading…
x
Reference in New Issue
Block a user