Skip to content
Snippets Groups Projects
Commit 6042ce94 authored by Sören Henning's avatar Sören Henning
Browse files

Sort packages

parent 41cff734
No related branches found
No related tags found
1 merge request!61Allow using a random scheduler
FROM alpine:3.12 FROM alpine:3.12
RUN apk update && apk add curl jq bash RUN apk update && apk add bash curl jq
RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& chmod +x ./kubectl \ && chmod +x ./kubectl \
&& mv ./kubectl /usr/local/bin/kubectl && mv ./kubectl /usr/local/bin/kubectl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment