From c6df30fb166e598ed41597f61ba4da0aa7034c88 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Tue, 29 Jun 2021 11:03:50 -0700 Subject: [PATCH] Pin termplotlob at v0.3.4 to avoid numpy dependency Signed-off-by: Brad Davidson --- Dockerfile.test.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.test.dapper b/Dockerfile.test.dapper index 498074d7..6b671eea 100644 --- a/Dockerfile.test.dapper +++ b/Dockerfile.test.dapper @@ -3,7 +3,7 @@ FROM golang:1.15-alpine3.12 AS dapper ARG ARCH=amd64 RUN apk -U add bash coreutils git gcc musl-dev docker-cli vim less file curl wget ca-certificates -RUN apk -U add py3-pip && pip install kubernetes termplotlib +RUN apk -U add py3-pip && pip install kubernetes termplotlib==v0.3.4 ENV DAPPER_RUN_ARGS --privileged -v kine-cache:/go/src/github.com/k3s-io/kine/.cache ENV DAPPER_ENV ARCH REPO TAG DRONE_TAG IMAGE_NAME CROSS