Remove ansible launchpad repository
This commit is contained in:
parent
3fd6d6ae5e
commit
4e16f18962
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ RUN true \
|
||||||
|
|
||||||
RUN true \
|
RUN true \
|
||||||
&& apt-get update \
|
&& 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 python-netaddr \
|
&& apt-get install -y ansible python-requests python-influxdb python-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
|
||||||
|
|
Reference in a new issue