1
0
Fork 0

Add PPA manually to build

This patch manually adds the PPA for trusty since focal isn't supported
at all. It should however not cause any harm.
This commit is contained in:
Sheogorath 2021-02-08 22:08:20 +01:00 committed by saibotk
parent 8e6addfb79
commit d9a6113588
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -8,6 +8,10 @@ RUN true \
RUN true \
&& apt-get update \
&& apt-get install -y gpg \
&& echo "deb http://ppa.launchpad.net/ansible/ansible/ubuntu trusty main" > /etc/apt/sources.list.d/ansible.repo \
&& apt-get update \
&& apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 93C4A3FD7BB9C367 \
&& apt-get install -y gpg ansible python3-requests python3-influxdb python3-netaddr \
&& apt-get clean && apt-get purge && rm -r /var/lib/apt/lists/* \
&& true