Set LD_LIBRARY_PATH to ImageMagick install location
All checks were successful
Push Workflows / docker-build (push) Successful in 1m3s
All checks were successful
Push Workflows / docker-build (push) Successful in 1m3s
This commit is contained in:
parent
ad16a0cac0
commit
2f5736fdb7
@ -30,3 +30,6 @@ RUN cd / && \
|
|||||||
make install -j $(nproc) && \
|
make install -j $(nproc) && \
|
||||||
cd .. && \
|
cd .. && \
|
||||||
rm -rf ImageMagick-7.1.1-38
|
rm -rf ImageMagick-7.1.1-38
|
||||||
|
|
||||||
|
ENV LD_LIBRARY_PATH=/usr/local/lib
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user