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
520 stars 102 forks source link

Only the desired sql engine is installed into the container. #524

Closed filbeofITK closed 3 years ago

filbeofITK commented 3 years ago

This way we reduce the runtime image's space. The minimal Readme i constructed clears up usage. Also I don't know how this image has worked before because an apt-get update was missing from before the git installation, so I included that too.

mcserep commented 3 years ago

Also I don't know how this image has worked before because an apt-get update was missing from before the git installation, so I included that too.

I guess it worked because the runtime image depends on the codecompass:dev image, but doing a fresh apt-get update makes it more independent.