mirror of
https://github.com/ivanch/tcc.git
synced 2025-08-25 15:21:49 +00:00
curl
This commit is contained in:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user