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

Fix wrong package in Ubuntu Dockerfile

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2023-09-07 14:20:28 +02:00 committed by Steffen Vogel
parent 87b16ed25c
commit 6e8d4f860d

View file

@ -24,7 +24,7 @@ RUN apt-get update && \
texinfo git curl tar wget diffutils \
flex bison \
protobuf-compiler protobuf-c-compiler \
clang-tools-extra clangd
clang-format clangd
# Dependencies
RUN apt-get update && \