imagemagick supported formats
This commit is contained in:
parent
1fa50efbf4
commit
397babfbfb
|
@ -98,7 +98,7 @@ ARG IMAGEMAGICK_VERSION=latest
|
||||||
ENV IMAGEMAGICK_VERSION ${IMAGEMAGICK_VERSION}
|
ENV IMAGEMAGICK_VERSION ${IMAGEMAGICK_VERSION}
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
|
if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
|
||||||
apk add --update --no-cache imagemagick-dev; \
|
apk add --update --no-cache imagemagick-dev imagemagick; \
|
||||||
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \
|
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
if [ ${IMAGEMAGICK_VERSION} = "latest" ]; then \
|
if [ ${IMAGEMAGICK_VERSION} = "latest" ]; then \
|
||||||
|
|
|
@ -98,7 +98,7 @@ ARG IMAGEMAGICK_VERSION=latest
|
||||||
ENV IMAGEMAGICK_VERSION ${IMAGEMAGICK_VERSION}
|
ENV IMAGEMAGICK_VERSION ${IMAGEMAGICK_VERSION}
|
||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
|
if [ ${INSTALL_IMAGEMAGICK} = true ]; then \
|
||||||
apk add --update --no-cache imagemagick-dev; \
|
apk add --update --no-cache imagemagick-dev imagemagick; \
|
||||||
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \
|
if [ $(php -r "echo PHP_MAJOR_VERSION;") = "8" ]; then \
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
if [ ${IMAGEMAGICK_VERSION} = "latest" ]; then \
|
if [ ${IMAGEMAGICK_VERSION} = "latest" ]; then \
|
||||||
|
|
Loading…
Reference in New Issue