diff --git a/Dockerfile b/Dockerfile index 567b179..2b4bcad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index 7091fa6..2b27564 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -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 \