maxmx03.solarized.nvim/Dockerfile
Max Miliano 6a34504272 fix: Configuring highlight of type "@variable" #69
feat: github workflows, vusted, stylua
2024-03-28 11:24:54 -03:00

8 lines
224 B
Docker

FROM archlinux
WORKDIR /dracula
COPY . .
RUN pacman -Syu --noconfirm
RUN pacman -S luarocks neovim gcc lua51 --noconfirm
RUN luarocks install luacheck && luarocks --lua-version=5.1 install vusted
CMD [ "vusted", "./tests" ]