Trying install libc6-dev

This commit is contained in:
joachimschmidt557 2019-02-21 21:35:17 +01:00
parent c0bfe0ec04
commit b53bf0f659

View file

@ -2,6 +2,8 @@ image: microsoft/dotnet:sdk
build: build:
script: script:
- apt-get update
- apt-get install -y --no-install-recommends libc6-dev
- ln -s /lib64/libdl.so.2 /lib64/libdl.so - ln -s /lib64/libdl.so.2 /lib64/libdl.so
- dotnet restore - dotnet restore
- dotnet build - dotnet build