As of today, running the docker in tigervnc vncviewer after "docker pull efabless/foss-asic-tools:latest". I wanted to use klayout for layout work with sky130, and ran into an issue
sh-4.2$ klayout
klayout: error while loading shared libraries: libklayout_tl.so.0: cannot open shared object file: No such file or directory
On my linux install the path is /usr/lib/libklayout_tl.so. Not in /usr/lib of the docker image.
Could somebody help? Do you need some more info from me?