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:
parent
8e6addfb79
commit
d9a6113588
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue