From 4eaafbd2d57ae85871177c0d902eaabd4614ac76 Mon Sep 17 00:00:00 2001 From: valankar <31250800+valankar@users.noreply.github.com> Date: Sat, 28 Sep 2024 14:37:37 +0200 Subject: [PATCH] Add wget to package list for Docker. Mason fails to retrieve the registry with the default busybox wget. Adding the wget package fixes this. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index c63115a9a5..31c55001e8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -89,7 +89,7 @@ with [PowerShell](https://github.com/PowerShell/PowerShell) ```sh docker run -w /root -it --rm alpine:edge sh -uelic ' - apk add git lazygit neovim ripgrep alpine-sdk --update + apk add git lazygit neovim ripgrep alpine-sdk wget --update git clone https://github.com/LazyVim/starter ~/.config/nvim cd ~/.config/nvim nvim