GitHunt
FT

ftassi/dockerfiles

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 (see docker-compose.yaml)
  • docker-compose build to build all servers
  • docker-compose build --parallel to build all servers in parallel

Versions

Every container has two tags available:

  • The latest tag, which points to the latest container build

  • A pinned version. The pinned version will be the latest
    version of the language server.

Languages

Dockerfile99.2%Shell0.8%
Apache License 2.0
Created May 5, 2022
Updated May 19, 2022
ftassi/dockerfiles | GitHunt