mirror of
https://github.com/ysoftdevs/secret-duplicator.git
synced 2026-03-23 09:51:45 +01:00
Simplified everything. 42
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
FROM alpine:3.13.4
|
||||
|
||||
RUN apk add bash curl openssl \
|
||||
&& apk add --update coreutils jq \
|
||||
&& curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
|
||||
&& chmod 755 ./kubectl \
|
||||
&& mv ./kubectl /usr/bin/kubectl
|
||||
|
||||
Reference in New Issue
Block a user