Skip to content

Commit

Permalink
Merge pull request #22 from bcdevices/jammy-clang-format
Browse files Browse the repository at this point in the history
Update to jammy, add clang-format.
  • Loading branch information
JeremyBCD committed Nov 15, 2022
2 parents 3d901fa + 7fec444 commit 9568eec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=linux/amd64 buildpack-deps:focal-scm
FROM --platform=linux/amd64 buildpack-deps:jammy-scm

ARG CMAKE_VERSION=3.20.5
ARG ZSDK_VERSION=0.15.1
Expand All @@ -25,6 +25,7 @@ ENV LANG=C.UTF-8
# Install needed packages
RUN apt-get update && apt-get install -y --no-install-recommends \
ccache \
clang-format \
device-tree-compiler \
dfu-util \
file \
Expand Down

0 comments on commit 9568eec

Please sign in to comment.