Skip to content

Commit

Permalink
Merge pull request #4 from asfadmin/bb/update_ld_so_conf
Browse files Browse the repository at this point in the history
Add "/usr/local/lib/" to /etc/ld.so.conf
  • Loading branch information
bbuechler authored May 24, 2024
2 parents c2b9cc4 + b5910aa commit 15f5c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/asf_mapready.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ RUN cd /tmp/build_mp && \
export CFLAGS="-I/usr/include -I/usr/local/include/CUnit/ -I/usr/local/include/CUnit/ -DACCEPT_USE_OF_DEPRECATED_PROJ_API_H=1" && \
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ && \
./configure && make && make install && \
echo "/usr/local/lib/" > /etc/ld.so.conf.d/mapready.conf && ldconfig && \
rm -rf /tmp/build_mp

FROM scratch
Expand Down

0 comments on commit 15f5c0b

Please sign in to comment.