feature: Include kubernetes-client (#559)

This commit is contained in:
James Read 2025-04-08 22:39:21 +01:00 committed by GitHub
parent bb4969c9ac
commit db28e8915b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 \