Merge pull request #2944 from laradock/fix-2943
feat(imagemagick supported formats): php-worker horizon
This commit is contained in:
commit
89ad4c8054
@ -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
Block a user