From 98b2ade19441773712823c84911922d440472e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?colin=20axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Mon, 11 Jan 2021 15:34:20 +0100 Subject: [PATCH] update test docker file to python3 (#534) --- contrib/Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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