Fix python2 vs python3 package confusion
This commit is contained in:
parent
4e50799bdb
commit
e1a3f2af83
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ RUN true \
|
|||
&& apt-get update \
|
||||
&& apt-get install -y software-properties-common \
|
||||
&& apt-add-repository --yes --update ppa:ansible/ansible \
|
||||
&& apt-get install -y ansible python-requests python-influxdb python3-netaddr \
|
||||
&& apt-get install -y ansible python-requests python-influxdb python-netaddr \
|
||||
&& apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \
|
||||
&& true
|
||||
|
|
Reference in a new issue