Skip to content

Console Output

+ docker build -t d45c1437a80025581bf332ae718d2c0be24817f3 --pull -f .CI/alpine/Dockerfile .CI/alpine
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  2.048kB

Step 1/2 : FROM alpine:3.12
3.12: Pulling from library/alpine
Digest: sha256:c75ac27b49326926b803b9ed43bf088bc220d22556de1bc5f72d742c91398f69
Status: Image is up to date for alpine:3.12
 ---> 24c8ece58a1a
Step 2/2 : RUN apk add -U libtool automake g++ git cmake make readline-dev musl-dev util-linux linux-headers
 ---> Using cache
 ---> 9602d2f60bfe
Successfully built 9602d2f60bfe
Successfully tagged d45c1437a80025581bf332ae718d2c0be24817f3:latest