From d30be2f929536934cad96db35b6b63cece9f83c4 Mon Sep 17 00:00:00 2001 From: kumari tanushree Date: Thu, 15 Jun 2023 17:37:52 +0530 Subject: [PATCH] Updated python package name Signed-off-by: kumari tanushree --- hack/Dockerfile.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/Dockerfile.dev b/hack/Dockerfile.dev index d86b3bd0..7cad04a0 100644 --- a/hack/Dockerfile.dev +++ b/hack/Dockerfile.dev @@ -1,7 +1,7 @@ FROM golang:1.20 RUN apt-get update -y -RUN apt-get install docker.io apt-transport-https ca-certificates gnupg python -y +RUN apt-get install docker.io apt-transport-https ca-certificates gnupg python-is-python3 -y RUN mkdir -p ~/.docker/cli-plugins/ RUN curl -sLo ~/.docker/cli-plugins/docker-buildx https://github.com/docker/buildx/releases/download/v0.8.2/buildx-v0.8.2.linux-amd64