Merge pull request #627 from haydenhughes/master

Add build-base to docker image
master
Jimmy Zelinskie 6 years ago committed by GitHub
commit 8cf7ad454c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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