feat: init

This commit is contained in:
John Mark Gabriel Caguicla 2026-01-10 21:15:08 +08:00
commit 2a9fb62d0b
3 changed files with 32 additions and 0 deletions

15
Dockerfile Normal file
View file

@ -0,0 +1,15 @@
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"]