Просмотр исходного кода

feature: Include kubernetes-client (#559)

James Read 1 год назад
Родитель
Сommit
db28e8915b
2 измененных файлов с 2 добавлено и 0 удалено
  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 \