1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Install clang-format and clangd in Devcontainers

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-09-07 11:22:59 +02:00
parent 6db1ab53ef
commit 51bfd17290
5 changed files with 10 additions and 5 deletions

View file

@ -22,7 +22,8 @@ RUN apt-get update && \
autoconf automake autogen libtool \
texinfo git curl tar wget diffutils \
flex bison \
protobuf-compiler protobuf-c-compiler
protobuf-compiler protobuf-c-compiler \
clang-format clangd
# Dependencies
RUN apt-get update && \

View file

@ -31,7 +31,8 @@ RUN apt-get update && \
autoconf automake autogen libtool \
texinfo git curl tar wget diffutils \
flex bison \
protobuf-compiler protobuf-c-compiler
protobuf-compiler protobuf-c-compiler \
clang-format clangd
# Build-time dependencies
RUN apt-get update && \

View file

@ -19,7 +19,8 @@ RUN dnf -y install \
autoconf automake autogen libtool \
texinfo git curl tar \
flex bison \
protobuf-compiler protobuf-c-compiler
protobuf-compiler protobuf-c-compiler \
clang-tools-extra
# Several tools only needed for developement and testing
RUN dnf -y install \

View file

@ -24,7 +24,8 @@ RUN dnf --allowerasing -y install \
autoconf automake libtool \
flex bison \
texinfo git curl tar \
protobuf-compiler protobuf-c-compiler
protobuf-compiler protobuf-c-compiler \
clang-tools-extra
# Dependencies
RUN dnf -y install \

View file

@ -23,7 +23,8 @@ RUN apt-get update && \
autoconf automake autogen libtool \
texinfo git curl tar wget diffutils \
flex bison \
protobuf-compiler protobuf-c-compiler
protobuf-compiler protobuf-c-compiler \
clang-tools-extra clangd
# Dependencies
RUN apt-get update && \