Fix the typo error in docker image file
because of a typo: make -j $(nrpoc) instead of make -j $(nproc) $(nrpoc) evaluates to empty string -> make -j without a number specified means infinite C++ compilers running at the same time -> exhausts docker VM's memory