git
Distributed version control system. Some subcommands such as commit, add, branch, checkout, push, etc. have their own usage documentation. More information: <https://git-scm.com/>.
RUN apt-get update && \
apt-get install -y git
RUN apt-get update && \
apt-get install -y git
RUN apk add git
RUN pacman -S --noconfirm git
RUN apt-get update && \
apt-get install -y git
RUN yum install -y git
RUN dnf install -y git
RUN apt-get update && \
apt-get install -y git