Skip to content

Commit 18a649f

Browse files
committed
Remove imagemagick related setup from Dockerfile
1 parent 2d5874e commit 18a649f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

publication/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,9 @@ FROM ${RUNNER_IMAGE}
7676

7777
RUN apt-get update -y
7878

79-
RUN apt-get install -y imagemagick libopenjp2-tools ffmpeg curl
80-
8179
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash
8280
RUN apt-get install -y nodejs
8381

84-
COPY ./cantaloupe/imagemagick-policy.xml /usr/share/ImageMagick-6/policy.xml
85-
8682
RUN apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates \
8783
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
8884

0 commit comments

Comments
 (0)