Skip to content
Snippets Groups Projects
Verified Commit d7df9c91 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Install bash.

parent b9cac682
No related branches found
No related tags found
No related merge requests found
Pipeline #408545 passed
FROM alpine:latest
RUN apk update
RUN apk add --no-cache curl wget
RUN apk add --no-cache bash curl wget
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable-1.29.txt)/bin/linux/amd64/kubectl
RUN chmod +x ./kubectl
......
FROM alpine:latest
RUN apk update
RUN apk add --no-cache curl wget
RUN apk add --no-cache bash curl wget
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable-1.30.txt)/bin/linux/amd64/kubectl
RUN chmod +x ./kubectl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment