We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e287f56 commit 7d668d8Copy full SHA for 7d668d8
1 file changed
docker/Dockerfile
@@ -12,15 +12,19 @@ RUN apt-get update && apt-get -y dist-upgrade && apt-get -y install --fix-missin
12
bzip2 \
13
clang-format \
14
cmake \
15
+ cppcheck \
16
+ lsb-release \
17
+ ninja-build \
18
python \
19
python3-pip \
20
ssh \
21
+ software-properties-common \
22
sudo \
23
tar \
24
+ wget \
25
&& apt-get autoremove -y && apt-get clean
-
26
+ RUN bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)" \
27
+ RUN pip install --user conan
28
29
30
@@ -35,6 +39,8 @@ ARG DEV_USER=dev
35
39
RUN apt-get -y install --fix-missing \
36
40
ccache \
37
41
curl \
42
+ doxygen \
43
+ graphviz \
38
44
shellcheck \
45
valgrind \
46
vim \
0 commit comments