Console Output
+ docker build -t f6227b08809b78b66e3912b35550ebde834deee0 -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 23.04kB
Step 1/4 : FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
---> 35a88802559d
Step 2/4 : ARG ADDITIONAL_PACKAGES
---> Using cache
---> e6af00a921d0
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
---> 0ccdfdd78162
Step 4/4 : ENV CLANG_FORMAT_EXE=clang-format-16
---> Using cache
---> d6f3b0b39530
Successfully built d6f3b0b39530
Successfully tagged f6227b08809b78b66e3912b35550ebde834deee0:latest