This is something should probably include in the docker image build. For now, will need to compile from the source. This is needed for some packages in R to compile. The source
Unpack tar file and cd into the install folder. To build do the following:
./bootstrap && make DESTDIR=/home/.hub_local make DESTDIR=/home/.hub_local install cd /home/.hub_local/bin ln -s ../usr/local/bin/* .
That should do it.