Skip to content

Commit 9568eec

Browse files
authored
Merge pull request #22 from bcdevices/jammy-clang-format
Update to jammy, add clang-format.
2 parents 3d901fa + 7fec444 commit 9568eec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 buildpack-deps:focal-scm
1+
FROM --platform=linux/amd64 buildpack-deps:jammy-scm
22

33
ARG CMAKE_VERSION=3.20.5
44
ARG ZSDK_VERSION=0.15.1
@@ -25,6 +25,7 @@ ENV LANG=C.UTF-8
2525
# Install needed packages
2626
RUN apt-get update && apt-get install -y --no-install-recommends \
2727
ccache \
28+
clang-format \
2829
device-tree-compiler \
2930
dfu-util \
3031
file \

0 commit comments

Comments
 (0)