Skip to content

Commit

Permalink
clang-16
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Jun 29, 2024
1 parent 8d36f0e commit 9bfe294
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y \
build-essential \
ca-certificates \
clang-16 \
clang \
git \
golang \
libcurl4 \
Expand All @@ -22,6 +22,8 @@ RUN apt-get update \
protobuf-compiler \
wget

RUN apt-get install clang-16 -y

COPY --from=xx / /
ARG TARGETPLATFORM

Expand Down

0 comments on commit 9bfe294

Please sign in to comment.