In docker I want to do this:
git clone XYZ cd XYZ make XYZ
However because there is no cd command, I have to pass in the full path everytim
RUN git clone http://username:password@url/example.git WORKDIR /folder RUN make