We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d901fa + 7fec444 commit 9568eecCopy full SHA for 9568eec
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=linux/amd64 buildpack-deps:focal-scm
+FROM --platform=linux/amd64 buildpack-deps:jammy-scm
2
3
ARG CMAKE_VERSION=3.20.5
4
ARG ZSDK_VERSION=0.15.1
@@ -25,6 +25,7 @@ ENV LANG=C.UTF-8
25
# Install needed packages
26
RUN apt-get update && apt-get install -y --no-install-recommends \
27
ccache \
28
+ clang-format \
29
device-tree-compiler \
30
dfu-util \
31
file \
0 commit comments