diff --git a/contrib/Dockerfile.test b/contrib/Dockerfile.test index be17897b25a..f74af245189 100644 --- a/contrib/Dockerfile.test +++ b/contrib/Dockerfile.test @@ -5,7 +5,7 @@ FROM golang:alpine AS build-env # Set up dependencies -ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev python +ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev python3 # Set working directory for the build WORKDIR /go/src/github.com/cosmos/gaia