Skip to content

Console Output

+ docker build -t 443dfae78858b7a07685268076253a60e0684143 -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
 ---> f78909c2b360
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
 ---> 2ccd0290783a
Step 3/3 : ENV CLANG_FORMAT_EXE=clang-format-8
 ---> Using cache
 ---> 49cd15b88136
Successfully built 49cd15b88136
Successfully tagged 443dfae78858b7a07685268076253a60e0684143:latest