Skip to content

Commit

Permalink
Merge pull request #387 from carvel-dev/update-python-install
Browse files Browse the repository at this point in the history
Updated python package name
  • Loading branch information
kumaritanushree authored Jun 15, 2023
2 parents 1207b00 + d30be2f commit 44d3f62
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 44d3f62

Please sign in to comment.