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 \
|
&& apt-get install -y \
|
||||||
bc \
|
bc \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
clang-format \
|
||||||
curl \
|
curl \
|
||||||
git \
|
git \
|
||||||
libudev-dev \
|
libudev-dev \
|
||||||
|
|
Loading…
Reference in New Issue