Merge pull request #627 from haydenhughes/master
Add build-base to docker image
This commit is contained in:
commit
8cf7ad454c
@ -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…
Reference in New Issue
Block a user