mortbopet / Ripes

A graphical processor simulator and assembly editor for the RISC-V ISA
https://ripes.me/
MIT License
2.57k stars 274 forks source link

Add missing LD_LIBRARY_PATH variable with Qt libs in ripes.dockerfile #288

Closed kochaika closed 1 year ago

kochaika commented 1 year ago

Without this variable the following error occurs when running an application in a container: Ripes: error while loading shared libraries: libQt6Charts.so.6: cannot open shared object file: No such file or directory

mortbopet commented 1 year ago

Thanks! If possible, it could be cool if the docker build could also be tested in CI!