diff --git a/Containerfile.multiarch b/Containerfile.multiarch index b8bc0f6..7592eb1 100644 --- a/Containerfile.multiarch +++ b/Containerfile.multiarch @@ -40,7 +40,7 @@ ENV FLUX_VERSION="${FLUX_VERSION:-v2.2.3}" ENV PIPX_HOME=/opt/pipx ENV PIPX_BIN_DIR=/usr/local/bin -RUN apk --update add curl tar bash python3 pipx findutils git && \ +RUN apk --update add curl tar make bash python3 pipx findutils git && \ apk --no-cache upgrade libcrypto3 libssl3 && \ pipx install --include-deps flux-local=="$FLUX_LOCAL_VERSION" && \ pipx inject flux-local PyYAML && \ diff --git a/README.md b/README.md index ef41065..c175e92 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ Custom Kubernetes toolkit container based on Alpine. +- curl +- make +- tar +- git - yq - helm - kubectl