Explorar el Código

add netaddr python module

Vadim Surkov hace 3 años
padre
commit
0a976ca482
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile.ubi8

+ 1 - 1
Dockerfile.ubi8

@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.3
 LABEL maintainer="surkov.v@sdsys.ru"
 
 RUN dnf install -y python38 openssh-clients git openssl && \
-    pip3 install ansible && \
+    pip3 install ansible netaddr && \
     adduser ansible
 
 USER ansible