Explorar el Código

feature: Include kubernetes-client (#559)

James Read hace 1 año
padre
commit
db28e8915b
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      Dockerfile
  2. 1 0
      Dockerfile.arm64

+ 1 - 0
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 \
 	microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
 		iputils \
 		iputils \
 		openssh-clients \
 		openssh-clients \
+		kubernetes-client \
 		shadow-utils \
 		shadow-utils \
 		apprise \
 		apprise \
 		jq \
 		jq \

+ 1 - 0
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 \
 	microdnf install -y --nodocs --noplugins --setopt=keepcache=0 --setopt=install_weak_deps=0 \
 		iputils \
 		iputils \
 		openssh-clients \
 		openssh-clients \
+		kubernetes-client \
 		shadow-utils \
 		shadow-utils \
 		apprise \
 		apprise \
 		jq \
 		jq \