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:
parent
0e645934c4
commit
eba19b66da
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
|||
|
||||
"debian_dependencies":{
|
||||
"libssl-dev" : {},
|
||||
"clang-3.5" : {}
|
||||
"clang-3.5" : {},
|
||||
"libcurl3" : {}
|
||||
},
|
||||
|
||||
"symlinks": {
|
||||
|
|
Loading…
Reference in a new issue