mirror of
https://github.com/kingomarnajjar/desktop-environment.git
synced 2026-07-26 06:37:21 +10:00
gh-cli
This commit is contained in:
parent
54fc5c058a
commit
e1f1bec2da
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue