diff --git a/Dockerfile b/Dockerfile index cd27184..383d075 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,12 +8,14 @@ RUN apk add \ git \ go \ make \ - neovim \ npm \ py3-pip \ python3 \ ; +# Install neovim from edge repo for latest +RUN apk add neovim --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community + # Try to install shellcheck RUN test "$(uname -m)" = "x86_64" && apk add shellcheck || true # Try to install rustup