Skip to content

Commit

Permalink
Updated python package name
Browse files Browse the repository at this point in the history
Signed-off-by: kumari tanushree <[email protected]>
  • Loading branch information
kumari tanushree committed Jun 15, 2023
1 parent 1207b00 commit d30be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d30be2f

Please sign in to comment.