Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Commit

Permalink
adds metric lib dependency to container image
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas committed Apr 25, 2019
1 parent 9a05924 commit f50e52f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Expand Up @@ -11,6 +11,7 @@ FROM golang:1.12-alpine AS build-env
RUN apk add git && \
go get github.com/ericchiang/k8s && \
go get github.com/mhausenblas/kubecuddler && \
go get github.com/jamiealquiza/tachymeter && \
mkdir -p /go/src/github.com/mhausenblas/kboom

WORKDIR /go/src/github.com/mhausenblas/kboom
Expand Down

0 comments on commit f50e52f

Please sign in to comment.