given the dependencies for Ubuntu pointed out in the README,
sudo apt-get install scons libgsf-1-dev libssl-dev libsecret-1-dev freeglut3-dev libcpprest-dev libcurl3-dev uuid-dev
for slim docker images, these trigger the installation of a LOT of packages, is this necessary? I tried to skip that and got libmip_dotnet.so errors, is there a version that at least doesn't trigger the installation of a whole new Python 3.7?
The current docker image I use is python:3.9-slim-buster
also, I'm running a published release version for linux-x64 and framework-dependent publishing
given the dependencies for Ubuntu pointed out in the README,
for slim docker images, these trigger the installation of a LOT of packages, is this necessary? I tried to skip that and got
libmip_dotnet.soerrors, is there a version that at least doesn't trigger the installation of a whole new Python 3.7?The current docker image I use is
python:3.9-slim-busteralso, I'm running a published
releaseversion forlinux-x64andframework-dependentpublishing