Add build-base to docker image

master
Hayden Hughes 6 years ago
parent 44ae4bc959
commit d3facfd7cd
No known key found for this signature in database
GPG Key ID: 3407164B1DD43BE6

@ -13,7 +13,7 @@
# limitations under the License.
FROM golang:1.10-alpine AS build
RUN apk add --no-cache git
RUN apk add --no-cache git build-base
ADD . /go/src/github.com/coreos/clair/
WORKDIR /go/src/github.com/coreos/clair/
RUN export CLAIR_VERSION=$(git describe --tag --always --dirty) && \

Loading…
Cancel
Save