I am trying to append to the container Path from my dockerfile however when I build the docker file and run the container the changes I have made are not reflected in the container Path
RUN echo "export PATH=/go-dependencies:\$PATH:/home/skyctl/bin:/home/skyctl/.local/bin:/dependencies" >> ~/.bashrc
I ran the command above however none of the Paths added are reflected once the container is running