If you want to include a /new/path
in the Dockerfile, adding the line:
ENV PATH "$PATH:/new/path"
in Dockerfile should work.
If you want to include a /new/path
in the Dockerfile, adding the line:
ENV PATH "$PATH:/new/path"
in Dockerfile should work.