Adjust python packages to python3
This commit is contained in:
parent
4db574dd47
commit
ad2d16e9e4
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ RUN true \
|
|||
|
||||
RUN true \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y ansible python-requests python-influxdb python-netaddr \
|
||||
&& apt-get install -y ansible python3-requests python3-influxdb python3-netaddr \
|
||||
&& apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \
|
||||
&& true
|
||||
|
|
Reference in a new issue