We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5874e commit 18a649fCopy full SHA for 18a649f
publication/Dockerfile
@@ -76,13 +76,9 @@ FROM ${RUNNER_IMAGE}
76
77
RUN apt-get update -y
78
79
-RUN apt-get install -y imagemagick libopenjp2-tools ffmpeg curl
80
-
81
RUN curl -sL https://deb.nodesource.com/setup_16.x | bash
82
RUN apt-get install -y nodejs
83
84
-COPY ./cantaloupe/imagemagick-policy.xml /usr/share/ImageMagick-6/policy.xml
85
86
RUN apt-get install -y libstdc++6 openssl libncurses5 locales ca-certificates \
87
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
88
0 commit comments