Set LD_LIBRARY_PATH to ImageMagick install location
All checks were successful
Push Workflows / docker-build (push) Successful in 1m3s

This commit is contained in:
Ethan Girouard 2024-10-01 12:43:20 -04:00
parent ad16a0cac0
commit 2f5736fdb7
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -30,3 +30,6 @@ RUN cd / && \
make install -j $(nproc) && \
cd .. && \
rm -rf ImageMagick-7.1.1-38
ENV LD_LIBRARY_PATH=/usr/local/lib