blob: 8dd181d2c4122c66b1e1311b28e4cfe04305a657 [file] [log] [blame]
FROM golang:1.10.4-alpine
RUN apk add -U git bash coreutils gcc musl-dev
ENV CGO_ENABLED=0 \
DISABLE_WARN_OUTSIDE_CONTAINER=1
WORKDIR /go/src/github.com/docker/cli
CMD ./scripts/build/binary