Skip to content
Snippets Groups Projects
Commit d3a2b362 authored by jurgenhaas's avatar jurgenhaas
Browse files

#98 Add pip package idna

parent 1c8fafab
No related branches found
No related tags found
No related merge requests found
Pipeline #30126 passed
......@@ -19,7 +19,7 @@ RUN echo "===> Adding Ansible's prerequisites..." && \
rm /usr/bin/pip* && \
/usr/local/bin/pip3 install --upgrade setuptools wheel paramiko && \
/usr/local/bin/pip3 install --upgrade jinja2 pycrypto pyyaml && \
/usr/local/bin/pip3 install --upgrade ndg-httpsclient requests boto six chube linode_api4 python-nmap python-gitlab pyuserinput tabulate==0.8.3 fluent-logger dnspython netifaces && \
/usr/local/bin/pip3 install --upgrade ndg-httpsclient requests boto six chube linode_api4 python-nmap python-gitlab pyuserinput tabulate==0.8.3 fluent-logger dnspython netifaces idna && \
\
\
echo "===> System configuration..." && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment