| FROM mono:5.10.0.160RUN apt-get update -yqq && apt-get install -yqq libevent-devWORKDIR /evhttpCOPY src srcRUN xbuild src/EvHttpSharpBenchmark.csproj /t:CleanRUN xbuild src/EvHttpSharpBenchmark.csproj /p:Configuration=ReleaseENV MONO_GC_PARAMS nursery-size=64mEXPOSE 8085CMD mono -O=all src/bin/Release/EvHttpSharpBenchmark.exe 127.0.0.1 8085 $(nproc)
 |