When I try to build the docker image it fails because the tests don't pass:
Running 1 test case...
blast done in 0s cpu / 0s wall
unit-tests/M6TestBlast.cpp(24): error in "TestBlast1": check r->mHits.size() > 0 failed
unknown location(0): fatal error in "TestBlast1": memory access violation at address: 0x00000071: no mapping at fault address
unit-tests/M6TestBlast.cpp(30): last checkpoint
*** 2 failures detected in test suite "BlastTest"
make: *** [install] Error 201
GNUmakefile:157: recipe for target 'install' failed
Removing intermediate container b198563148db
ERROR: Service 'mrs' failed to build: The command '/bin/sh -c ./configure && make -j && make install' returned a non-zero code: 2
When I try to build the docker image it fails because the tests don't pass: