Skip to content

Commit 82c3889

Browse files
jsjoeioghuntley
authored andcommitted
Revert "fix: use latest version of neovim in dogfood"
This reverts commit 4b81d91.
1 parent a38ede1 commit 82c3889

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

dogfood/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,13 +171,6 @@ RUN apt-get update --quiet && apt-get install --yes \
171171
RUN curl -L https://github.com/cli/cli/releases/download/v2.14.7/gh_2.14.7_linux_amd64.deb -o gh.deb && \
172172
dpkg -i gh.deb
173173

174-
# Install latest version of neovim
175-
# Required by tools like LunarVim
176-
RUN apt-get install -y software-properties-common && \
177-
add-apt-repository -y ppa:neovim-ppa/unstable && \
178-
apt-get update && \
179-
apt-get install -y neovim && \
180-
181174
# Install Lazygit
182175
# See https://github.com/jesseduffield/lazygit#ubuntu
183176
RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygit/releases/latest" | grep '"tag_name":' | sed -E 's/.*"v*([^"]+)".*/\1/') && \

0 commit comments

Comments
 (0)