Details
-
Task
-
Resolution: Fixed
-
P2: Important
-
6.7.3, 6.8.0
-
None
-
-
30a3eac6c (dev), 36e5894c6 (styhead), c45d755be (scarthgap), fef659cfd (kirkstone), efcf0cb8e (dev), 3dae54009 (styhead), ad76b2127 (scarthgap), bf6bde1f6 (kirkstone)
Description
When working with a project that came from DS
fetch content will not work because git is not included in the Boot2Qt docker-based QBSP.
I can manually add it by editing the dockerfile and rebuilding the image, but I think we should automatically include it in our docker-based QBSPs that we offer in the installer, especially since Design Studio is using this method to install the designer components.
We just need to add git and ca-certificates to the apt install list inside of the Dockerfile to fix this.