Add clang-format to docker file
This commit is contained in:
parent
8be2eaf4cb
commit
40227d53c0
|
@ -11,6 +11,7 @@ RUN apt-get update \
|
|||
&& apt-get install -y \
|
||||
bc \
|
||||
build-essential \
|
||||
clang-format \
|
||||
curl \
|
||||
git \
|
||||
libudev-dev \
|
||||
|
|
Loading…
Reference in New Issue