BB docker image bad vasm.sh

Issue #65 resolved
roarde created an issue

The only real problem this presents is PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig:
It's not the X11R6 part that's the problem (/usr/X11R6/lib -> ../lib/), it's the trailing colon.

"vlsandbox" startup scripts bypass this I think, but it should still be fixed on the image.

Comments (3)

  1. Moises Henriquez

    The image will enherit whatever is on the BB ISO, which in turn inherits whatever is on the CL ISO. In other words, this needs be traced back to the package that provides this and then it should be fixed on the next BB build and on the next docker images.

    I'm not doing anything special to build the docker images... it's just a re-tarred chroot and with the documentation removed

  2. Log in to comment