Azure-Samples / Azure-Samples/MipSDK-File-Dotnet
Ubuntu dependencies
Open
- Dominant language
- C#
- Stars
- 7
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.