Loading Dockerfile +4 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,6 @@ RUN apt-get update && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* SHELL ["/bin/sh", "-c"] RUN git config --global --add safe.directory "*" && \ git config --global url."https://".insteadOf ssh:// ARG NPM_VERSION \ GRUNT_CLI_VERSION \ HOME_PATH \ Loading @@ -55,3 +51,7 @@ USER ${ORIGINAL_UID} WORKDIR ${HOME_PATH} ENV HOME=${HOME_PATH} SHELL ["/bin/sh", "-c"] RUN git config --global --add safe.directory "*" && \ git config --global url."https://".insteadOf ssh:// Loading
Dockerfile +4 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,6 @@ RUN apt-get update && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* SHELL ["/bin/sh", "-c"] RUN git config --global --add safe.directory "*" && \ git config --global url."https://".insteadOf ssh:// ARG NPM_VERSION \ GRUNT_CLI_VERSION \ HOME_PATH \ Loading @@ -55,3 +51,7 @@ USER ${ORIGINAL_UID} WORKDIR ${HOME_PATH} ENV HOME=${HOME_PATH} SHELL ["/bin/sh", "-c"] RUN git config --global --add safe.directory "*" && \ git config --global url."https://".insteadOf ssh://