diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 21a539933..b4a9db06c 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -24,6 +24,8 @@ RUN npm install -g neovim RUN curl -Lo phpactor.phar https://github.com/phpactor/phpactor/releases/latest/download/phpactor.phar RUN chmod a+x phpactor.phar RUN sudo mv phpactor.phar /usr/local/bin/phpactor +# Install gh cli +RUN sudo install-packages gh RUN curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_0.40.2_Linux_x86_64.tar.gz" \ && tar xf lazygit.tar.gz lazygit \