From 2854596258fbb1a0f681eddeb49abc8f6a0cf780 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:06:10 +0100 Subject: [PATCH 1/2] update test docker file to python3 --- contrib/Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Dockerfile.test b/contrib/Dockerfile.test index be17897b25a..fe742f86328 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 From c0bc95a27a256c1775ece805310b16df2ca20a81 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:08:46 +0100 Subject: [PATCH 2/2] remove space --- contrib/Dockerfile.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/Dockerfile.test b/contrib/Dockerfile.test index fe742f86328..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 python3 +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