1
0
Fork 0

Add software-properties-common to use ppa install command

This commit is contained in:
saibotk 2022-01-02 23:52:10 +01:00
parent adbbc841e0
commit ead5dbf1e5
Signed by: saibotk
GPG key ID: 67585F0065E261D5

View file

@ -8,7 +8,7 @@ RUN true \
RUN true \
&& apt-get update \
&& apt-get install -y gpg \
&& apt-get install -y gpg software-properties-common \
&& add-apt-repository ppa:ansible/ansible \
&& apt-get update \
&& apt-get install -y ansible python3-requests python3-influxdb python3-netaddr \