Same problem for fmuChecker:
$ docker run -it --rm -v $(pwd):/testDir docker.openmodelica.org/fmuchecker:v2.0.4 /bin/bash
root@f7f16bbcefb2:/# cd /testDir/
root@f7f16bbcefb2:/testDir# ls *.fmu
BouncingBall.fmu
root@f7f16bbcefb2:/testDir# fmuCheck.linux64 -f -h 0.002 -n 0 -k me BouncingBall.fmu
[INFO][FMUCHK] FMI compliance checker 2.0.4 [FMILibrary: 2.0.3] build date: Nov 6 2017
[INFO][FMUCHK] Called with following options:
[INFO][FMUCHK] fmuCheck.linux64 -f -h 0.002 -n 0 -k me BouncingBall.fmu
[INFO][FMUCHK] Will process FMU BouncingBall.fmu
[INFO][FMILIB] XML specifies FMI standard version 2.0
[INFO][FMUCHK] Model name: BouncingBall
[INFO][FMUCHK] Model GUID: {26e75b47-c6e0-4645-bf77-9ef0c8e991af}
[INFO][FMUCHK] Model version:
[INFO][FMUCHK] FMU kind: ModelExchange
[INFO][FMUCHK] The FMU contains:
0 constants
2 parameters
4 discrete variables
4 continuous variables
0 inputs
0 outputs
8 local variables
0 independent variables
0 calculated parameters
7 real variables
1 integer variables
0 enumeration variables
2 boolean variables
0 string variables
[INFO][FMUCHK] Printing output file header
"time","h","v","der(h)","der(v)","v_new","e","g","foo","flying","impact"
[INFO][FMUCHK] Model identifier for ModelExchange: BouncingBall
[INFO][FMILIB] Loading 'linux64' binary with 'default' platform types
[FATAL][FMICAPI] Could not load the DLL: libopenblas.so.0: cannot open shared object file: No such file or directory
[FATAL][FMUCHK] Could not create the DLL loading mechanism(C-API) for ME.
FMU check summary:
FMU reported:
0 warning(s) and error(s)
Checker reported:
0 Warning(s)
2 Error(s)
2 Fatal error(s) occurred during processing
root@f7f16bbcefb2:/testDir#