Skip to content

Commit

Permalink
Pin termplotlob at v0.3.4 to avoid numpy dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Brad Davidson <[email protected]>
  • Loading branch information
brandond committed Jun 29, 2021
1 parent 1a9f041 commit c6df30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.test.dapper
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c6df30f

Please sign in to comment.