Hi, I'm using voxl-docker-mavsdk-python as a base to make a docker container for the Voxl. Currently I have renamed it and added some files to the docker containers home folder. The problem is when trying to build the image on the Voxl I get a bunch of depreciation warnings when compiling MAVSDK and finally exit with out building the docker with this error
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
The command '/bin/sh -c cmake --build build/default --target install -- -j 4' returned a non-zero code: 2
some more information is included in the two screen shots sense I can't upload a text file with the logs