Added more docker servers as reference
This commit is contained in:
10
Docker/servers/clangd/Dockerfile
Normal file
10
Docker/servers/clangd/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM alpine:3.22.1
|
||||
|
||||
ARG VERSION=20.1.8
|
||||
LABEL version="${VERSION}"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
build-base=0.5-r3 \
|
||||
clang-extra-tools=${VERSION}-r0
|
||||
|
||||
CMD [ "clangd", "--background-index" ]
|
||||
Reference in New Issue
Block a user