Explorar o código

additional libraries for kubespray

Vadim Surkov %!s(int64=3) %!d(string=hai) anos
pai
achega
a6a3edc672
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile.ubi8

+ 1 - 1
Dockerfile.ubi8

@@ -5,7 +5,7 @@ LABEL maintainer="surkov.v@sdsys.ru"
 
 RUN dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \
     dnf install -y python38 openssh-clients git openssl sshpass && \
-    pip3 install ansible netaddr && \
+    pip3 install ansible netaddr pbr jmespath ruamel.yaml MarkupSafe && \
     adduser ansible
 
 USER ansible