printnifesimi
HOBBYOP
2 years ago
I have installed some packages with apt (as seen in the above picture)
My django app requires a path to the installed packages, and using the which command i have gotten something like:
RUN which gdalinfo
/bin/gdalinfoI added this path to the appropriate place but now get the error:
OSError: /bin/gdalinfo: cannot dynamically load position-independent executableIs there a different path structure i should be using, or is the problem with the packages.
Project ID: c3b65042-0b65-41cd-846d-d4bd9bf07397
2 Replies
#17 [stage-0 13/15] RUN find / -name 'libheif.so*'
#17 0.456 /usr/lib/x86_64-linux-gnu/libheif.so
#17 0.456 /usr/lib/x86_64-linux-gnu/libheif.so.1
#17 0.456 /usr/lib/x86_64-linux-gnu/libheif.so.1.12.0however I still get the error:

