Add software-properties-common to use ppa install command
This commit is contained in:
parent
adbbc841e0
commit
ead5dbf1e5
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Reference in a new issue