1
0
Fork 0

Add netaddr package for ip address calculations

This commit is contained in:
Sheogorath 2020-08-13 02:19:28 +02:00
parent e33663a82d
commit 4e50799bdb
No known key found for this signature in database
GPG key ID: C9B1C80737B9CE18

View file

@ -10,6 +10,6 @@ RUN true \
&& apt-get update \ && apt-get update \
&& apt-get install -y software-properties-common \ && apt-get install -y software-properties-common \
&& apt-add-repository --yes --update ppa:ansible/ansible \ && apt-add-repository --yes --update ppa:ansible/ansible \
&& apt-get install -y ansible python-requests python-influxdb \ && apt-get install -y ansible python-requests python-influxdb python3-netaddr \
&& apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \ && apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \
&& true && true