Skip to content

Console Output

+ docker build -t c76122f90b5266e9fe795afe192f8569283d8ed5 -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.02kB

Step 1/3 : FROM ubuntu:20.04
 ---> 18ca3f4297e7
Step 2/3 : RUN apt-get update && apt-get install -y         bc         git         build-essential         clang-format-8         wget         &&     apt-get clean &&     rm -rf /var/lib/apt/lists/*
 ---> Using cache
 ---> aeb80e3d2518
Step 3/3 : ENV CLANG_FORMAT_EXE=clang-format-8
 ---> Using cache
 ---> cd37f5ccf481
Successfully built cd37f5ccf481
Successfully tagged c76122f90b5266e9fe795afe192f8569283d8ed5:latest