Added openssl to minio setup runner
This commit is contained in:
parent
b470314318
commit
9c7422f2f2
@ -1,6 +1,6 @@
|
||||
FROM alpine:3.20
|
||||
|
||||
RUN apk add --no-cache curl bash \
|
||||
RUN apk add --no-cache curl bash openssl \
|
||||
&& curl -fsSL -o /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc \
|
||||
&& chmod +x /usr/local/bin/mc \
|
||||
&& curl -fsSL -o /usr/local/bin/kubectl "https://dl.k8s.io/release/$(curl -fsSL https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user