Skip to content

Commit

Permalink
Add python3 to image
Browse files Browse the repository at this point in the history
  • Loading branch information
rsafonseca committed Mar 26, 2024
1 parent b4488ef commit decf0fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ RUN apk --no-cache add bash=${BASH_VERSION} \
curl=${CURL_VERSION} \
docker-cli=${DOCKER_CLI_VERSION} \
git=${GIT_VERSION} \
make=${MAKE_VERSION}
make=${MAKE_VERSION} \
python3

RUN curl https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl --output /bin/kubectl \
&& chmod u+x /bin/kubectl
Expand Down

0 comments on commit decf0fb

Please sign in to comment.