File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ SHELL_SCRIPTS = /usr/local/bin/test-cover.sh
1010DEV_ENV_PREFIX := docker run --rm
1111DEV_ENV_CMD := ${DEV_ENV_PREFIX} ${IMAGE}
1212
13+ info :
14+ @echo " REGISTRY: ${REGISTRY} "
15+ @echo " VERSION: ${VERSION} "
16+ @echo " IMAGE: ${IMAGE} "
17+
1318build :
1419 docker build -t ${IMAGE} rootfs
1520
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
6565 github.com/haya14busa/goverage \
6666 github.com/constabulary/gb/... \
6767 github.com/dgrijalva/jwt-go/cmd/jwt \
68+ github.com/axw/gocov/gocov \
69+ github.com/AlekSi/gocov-xml \
6870 && gometalinter --install \
6971 && pip install --disable-pip-version-check --no-cache-dir azure-cli==${AZCLI_VERSION} shyaml \
7072 && apt-get purge --auto-remove -y libffi-dev python-dev python-pip
You can’t perform that action at this time.
0 commit comments