Fixs #5

Merged
adrien merged 2 commits from test into main 2026-08-17 10:08:18 +00:00
Showing only changes of commit 9c7422f2f2 - Show all commits

View File

@ -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" \