Add libcurl3 to debian dependencies

The debian package build usually detects dependencies of executables packaged inside, and adds those as dependencies of the package accordingly. It doesn't detect this for managed executables though, so libcurl3 needs to be added to support `dotnet restore` on Ubuntu.
This commit is contained in:
Bryan Thornbury 2015-12-02 18:30:23 -08:00
parent 0e645934c4
commit eba19b66da

View file

@ -29,7 +29,8 @@
"debian_dependencies":{
"libssl-dev" : {},
"clang-3.5" : {}
"clang-3.5" : {},
"libcurl3" : {}
},
"symlinks": {