Hi,
I think that I fixed the issue. For any other docker users.
How to install MCUXpresso Installer in Dockerfile:
- You need to use a user (as sudoer)
- Include packages installed with apt-get
* dbus
* libnss3
* libatk1.0-0
* libatk-bridge2.0-0
* libcups2
* libdrm2
* libgtk-3-0
* libgbm1
- Create recursively folder /var/run/dbus/
- instal python library west
- Unpack deb MCUXpresso Installer in the user home folder (don't forget to change owner to this user)
- On starting the container you should start dbus with:
"sudo dbus-daemon --system --nofork"
- You might experience problems with the env var DISPLAY (check by running MCUXpressoInstallerCLI --help). In this case you can start the container assigning this var like this:
DISPLAY=:0