Skip to content

Console Output

+ docker build -t 7c01681542f11f300a4015e453c0a4b4028a4ac5 -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  22.53kB

Step 1/3 : FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30
 ---> 35a88802559d
Step 2/3 : RUN apt-get update && apt-get install -y         bc         git         build-essential         clang-format-16         wget         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> c1daf13540d2
Step 3/3 : ENV CLANG_FORMAT_EXE=clang-format-16
 ---> Using cache
 ---> bd2f8bdba2a0
Successfully built bd2f8bdba2a0
Successfully tagged 7c01681542f11f300a4015e453c0a4b4028a4ac5:latest