maxmx03.solarized.nvim/Dockerfile
Max Miliano 3a197875c7
Some checks failed
Test / lint (push) Has been cancelled
Test / pandoc to vimdoc (push) Has been cancelled
Test / Run Test (macos-latest) (push) Has been cancelled
Test / Run Test (ubuntu-latest) (push) Has been cancelled
release-please / release-please (push) Has been cancelled
feat: docker-compose
docker files to test solarized colorscheme
2024-08-03 04:34:46 -03:00

8 lines
226 B
Docker

FROM archlinux
WORKDIR /solarized
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" ]