1
0
Fork 0

Remove ansible launchpad repository

This commit is contained in:
Saibotk 2021-01-02 18:26:06 +00:00
parent 3fd6d6ae5e
commit 4e16f18962

View file

@ -8,8 +8,6 @@ RUN true \
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 python-netaddr \
&& apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \
&& true