mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-28 18:38:39 +00:00
ci: add clang-format to Dockerfile
This commit is contained in:
parent
f767f890cd
commit
bc77cad5e4
@ -9,7 +9,8 @@ ENV TOOLCHAIN_FLAVOR=$TOOLCHAIN_FLAVOR
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
build-essential wget git libsodium-dev graphviz \
|
build-essential wget git libsodium-dev graphviz \
|
||||||
valgrind check libssl-dev libusb-1.0-0-dev libudev-dev zlib1g-dev
|
valgrind check libssl-dev libusb-1.0-0-dev libudev-dev zlib1g-dev \
|
||||||
|
clang-format
|
||||||
|
|
||||||
# TODO are all apt packages actually needed?
|
# TODO are all apt packages actually needed?
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user