Skip to content
Snippets Groups Projects
Commit 8477e6d1 authored by Soeren Peters's avatar Soeren Peters
Browse files

Adds clangd to the docker container

parent 134c8bdc
No related branches found
No related tags found
1 merge request!140update dockerfile to 1.4: cmake 3.24 and clangd.
......@@ -11,6 +11,7 @@
# freeGLUT
# cppcheck
# clang 10.0 (default)
# clangd language server https://clangd.llvm.org/
# python pip3 with modules: setuptools, wheels, scikit-build, pyvista, numpy, ansible, gcovr
FROM nvidia/cuda:11.3.1-devel-ubuntu20.04
......@@ -33,6 +34,8 @@ RUN apt-get update && \
python3-pip \
freeglut3-dev \
cppcheck \
clangd-12 \
&& update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-12 100 \
&& mkdir -p /usr/local/cmake/ && cd /usr/local/cmake/ \
&& version=3.22 && build=3 \
&& wget https://cmake.org/files/v$version/cmake-$version.$build-linux-x86_64.tar.gz \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment