Skip to content

Commit

Permalink
fixup: Call ldconfig after adding /etc/ld.so.conf.d/mirtk.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhschuh authored Oct 11, 2020
1 parent 141de79 commit 38210fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ RUN ls /usr/src/mirtk \
&& make -j $NUM_CPUS install \
&& cd /usr/src \
&& rm -rf /usr/src/mirtk \
&& echo "/usr/local/lib/mirtk" > /etc/ld.so.conf.d/mirtk.conf
&& echo "/usr/local/lib/mirtk" > /etc/ld.so.conf.d/mirtk.conf \
&& ldconfig

# Make "mirtk" the default executable for application containers
ENTRYPOINT ["/usr/bin/python3", "/usr/local/bin/mirtk"]
Expand Down

0 comments on commit 38210fa

Please sign in to comment.