I am attempting to follow the example here but I keep getting a fail on the second docker command,
docker run -it --rm -v `pwd`:/app -w="/app" dds-build \ make -f makefile_Values_x64Linux3gcc5.4.
The error I get is a missing library,
```
I am attempting to follow the example here but I keep getting a fail on the second docker command,
docker run -it --rm -v `pwd`:/app -w="/app" dds-build \ make -f makefile_Values_x64Linux3gcc5.4.
The error I get is a missing library,
```