Skip to content

Add scripts for docker based development

I place the installation of dependencies inside a script. The script is called by the .gitlab-ci.yml. This allows developers to reuse the same script that install dependencies when developing inside a docker

Merge request reports