Skip to content

Commit

Permalink
fix: non-interactive apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Sep 24, 2023
1 parent 1d1406c commit c11023b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN /home/gitpod/.deno/bin/deno completions bash > /home/gitpod/.bashrc.d/90-den

# Install neovim and helpers
RUN sudo add-apt-repository ppa:neovim-ppa/unstable -y && sudo apt update
RUN sudo apt install neovim fd-find
RUN sudo apt -y install neovim fd-find
RUN npm install -g neovim

RUN curl -Lo lazygit.tar.gz "https://github.com/jesseduffield/lazygit/releases/latest/download/lazygit_0.40.2_Linux_x86_64.tar.gz" \
Expand Down

0 comments on commit c11023b

Please sign in to comment.