Trying install libc6-dev
This commit is contained in:
parent
c0bfe0ec04
commit
b53bf0f659
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@ image: microsoft/dotnet:sdk
|
|||
|
||||
build:
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends libc6-dev
|
||||
- ln -s /lib64/libdl.so.2 /lib64/libdl.so
|
||||
- dotnet restore
|
||||
- dotnet build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue