Console Output
+ docker build -t f9bf2d64a9ef192ad8c4aa7ddaa8c766fbad30dd -f scripts/docker/Dockerfile.clang scripts/docker
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 19.46kB
Step 1/4 : FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
---> 35a88802559d
Step 2/4 : ARG ADDITIONAL_PACKAGES
---> Using cache
---> 2f3e591786bf
Step 3/4 : RUN apt-get update && apt-get install -y bc git build-essential clang-format-16 wget ${ADDITIONAL_PACKAGES} && apt-get clean && rm -rf /var/lib/apt/lists/*
---> Using cache
---> fc388142cffb
Step 4/4 : ENV CLANG_FORMAT_EXE=clang-format-16
---> Using cache
---> f4bc4b78f4c2
Successfully built f4bc4b78f4c2
Successfully tagged f9bf2d64a9ef192ad8c4aa7ddaa8c766fbad30dd:latest