remove-github

This commit is contained in:
Jackson Delahunt 2022-12-04 00:13:51 +11:00
parent 198f166d85
commit 8f5dc8139a

View file

@ -220,12 +220,6 @@ RUN apt-get update -qq && \
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 go
RUN add-apt-repository ppa:longsleep/golang-backports && \
apt-get update -qq && \