1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +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
parent 9e34ffaadd
commit 82131fb79d

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 && \