feature: Include kubernetes-client (#559)
Some checks failed
Build Snapshot / build-snapshot (push) Has been cancelled
DevSkim / DevSkim (push) Has been cancelled

This commit is contained in:
James Read
2025-04-08 22:39:21 +01:00
committed by GitHub
parent bb4969c9ac
commit db28e8915b
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ RUN mkdir -p /config /config/entities/ /var/www/olivetin \
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
iputils \
openssh-clients \
kubernetes-client \
shadow-utils \
apprise \
jq \

View File

@@ -14,6 +14,7 @@ RUN mkdir -p /config /config/entities/ /var/www/olivetin \
microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
iputils \
openssh-clients \
kubernetes-client \
shadow-utils \
apprise \
jq \