Jelajahi Sumber

feature: Include kubernetes-client (#559)

James Read 1 tahun lalu
induk
melakukan
db28e8915b
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  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 \
 		iputils \
 		openssh-clients \
+		kubernetes-client \
 		shadow-utils \
 		apprise \
 		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 \
 		iputils \
 		openssh-clients \
+		kubernetes-client \
 		shadow-utils \
 		apprise \
 		jq \