Loading tools/docker/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -21,5 +21,6 @@ RUN groupadd -g $groupid $username \ COPY gitconfig /home/$username/.gitconfig RUN chown $userid:$groupid /home/$username/.gitconfig ENV HOME=/home/$username ENV USER=$username ENTRYPOINT chroot --userspec=$(cat /root/username):$(cat /root/username) / /bin/bash -i Loading
tools/docker/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -21,5 +21,6 @@ RUN groupadd -g $groupid $username \ COPY gitconfig /home/$username/.gitconfig RUN chown $userid:$groupid /home/$username/.gitconfig ENV HOME=/home/$username ENV USER=$username ENTRYPOINT chroot --userspec=$(cat /root/username):$(cat /root/username) / /bin/bash -i