diff --git a/ActixAPI/Dockerfile b/ActixAPI/Dockerfile index 15fc885..6270dff 100644 --- a/ActixAPI/Dockerfile +++ b/ActixAPI/Dockerfile @@ -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 \