I tried adding to the PATH in the files ~/.profile and /etc/profile as follow.
PATH
~/.profile
/etc/profile
PATH = $PATH:/required/path
Put in your Dockerfile a line ENV PATH xxx see an example in this Dockerfile https://gist.github.com/deepak/5933685
ENV PATH xxx