Add clang-format to docker file

This commit is contained in:
Ben V. Brown 2023-01-31 21:18:56 +11:00
parent 8be2eaf4cb
commit 40227d53c0
1 changed files with 17 additions and 16 deletions

View File

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