This commit is contained in:
Jackson Delahunt 2021-01-15 21:02:50 +11:00
parent 54fc5c058a
commit e1f1bec2da

View file

@ -233,6 +233,12 @@ RUN curl -fsSL "https://github.com/docker/compose/releases/download/1.25.0-rc1/d
RUN git clone --depth 1 https://github.com/junegunn/fzf.git $HOME/.fzf && \
$HOME/.fzf/install --bin
# Install github cli
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-key C99B11DEB97541F0 && \
apt-add-repository https://cli.github.com/packages && \
apt-get update -qq && \
apt-get install -qq gh
# Install gist
RUN gem install gist