hub
A wrapper for Git that adds commands for working with GitHub-based projects. If set up as instructed by hub alias, one can use git to run hub commands. More information: <https://hub.github.com>.
RUN apt-get update && \
apt-get install -y hub
RUN apt-get update && \
apt-get install -y hub
RUN apk add hub
RUN pacman -S --noconfirm hub
RUN apt-get update && \
apt-get install -y hub
RUN dnf install -y hub