Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
516 stars 101 forks source link

Fix ODB install in Docker images #713

Closed mcserep closed 7 months ago

mcserep commented 7 months ago

Fixes #712.

Bug introduced in #644, as installation for libstudxml fails. Instead, a recursive installation of the selected packages and their dependencies should be performed - as described in the CodeCompass build guide.

I have already resolved this as part of #710 (not merged yet), but I did not realize the severity of the issue at that time. Therefore now I create a separate PR for this.