image: microsoft/dotnet:latest build: script: - ln -s /lib64/libdl.so.2 /lib64/libdl.so - dotnet restore - dotnet build - dotnet run