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

Add gettext

parent f858b39b
No related branches found
No related tags found
No related merge requests found
Pipeline #430446 passed
FROM alpine:latest
RUN apk update
RUN apk add --no-cache bash curl wget
RUN apk add --no-cache bash curl wget gettext
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 bash curl wget
RUN apk add --no-cache bash curl wget gettext
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