Fix missing backslash
This commit is contained in:
parent
a726d9f9bd
commit
c6e6084eeb
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ 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
|
||||
&& apt-get install -y ansible \
|
||||
&& true
|
||||
|
|
Reference in a new issue