From c2b83a834852d5dcbaa20a3e8f244b2f6ea00769 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 8 Oct 2023 22:44:01 +0200 Subject: add luacheck --- Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index b5dac93..ac339f7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,13 +7,13 @@ RUN apk --no-cache add \ automake \ bash \ build-base \ - cargo \ cmake \ coreutils \ curl \ gettext-tiny-dev \ git \ libtool \ + luacheck \ pkgconf \ unzip \ wget @@ -24,7 +24,4 @@ WORKDIR /tmp/nvim RUN git clone --depth 1 --branch ${NEOVIM_VERSION} https://github.com/neovim/neovim . && \ make CMAKE_BUILD_TYPE=Release && \ make install && \ - cargo install stylua && \ rm -rf /tmp/nvim - -ENV PATH="/root/.cargo/bin:${PATH}" -- cgit v1.2.3