Skip to content

Console Output

+ docker build -t ab8d5067de156ca5a72ddcfd8e648085bd5935cc --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: Downloaded newer image for alpine:3.12
 ---> 24c8ece58a1a
Step 2/2 : RUN apk add -U libtool automake g++ git cmake make readline-dev musl-dev
 ---> Using cache
 ---> b2dc2b4b4d78
Successfully built b2dc2b4b4d78
Successfully tagged ab8d5067de156ca5a72ddcfd8e648085bd5935cc:latest