dockerfiles
dockerfiles copied to clipboard
Dockerfiles for all LSPs used with lspcontainers.
dockerfiles
Dockerfiles for all LSPs used with lspcontainers.
Installation
This repository requires the latest:
Build
To build images locally run:
docker-compose build <server>to build a specific server (seedocker-compose.yaml)docker-compose buildto build all serversdocker-compose build --parallelto build all servers in parallel
Versions
Every container has two tags available:
-
The
latesttag, which points to the latest container build -
A pinned version. The pinned version will be the latest version of the language server.