15 lines
253 B
Docker
15 lines
253 B
Docker
FROM docker.io/alpine:3.23@sha256:865b95f46d98cf867a156fe4a135ad3fe50d2056aa3f25ed31662dff6da4eb62
|
|
|
|
RUN apk add --no-cache \
|
|
coreutils \
|
|
bash \
|
|
gettext \
|
|
ca-certificates \
|
|
curl \
|
|
jq \
|
|
yq \
|
|
wget \
|
|
openssl \
|
|
kubectl
|
|
|
|
CMD ["/bin/bash"]
|