1
0
Fork 0

Fix missing backslash

This commit is contained in:
Sheogorath 2019-01-30 00:44:42 +01:00
parent a726d9f9bd
commit c6e6084eeb
No known key found for this signature in database
GPG key ID: 1F05CC3635CDDFFD

View file

@ -10,5 +10,5 @@ RUN true \
&& apt-get update \ && apt-get update \
&& apt-get install -y software-properties-common \ && apt-get install -y software-properties-common \
&& apt-add-repository --yes --update ppa:ansible/ansible \ && apt-add-repository --yes --update ppa:ansible/ansible \
&& apt-get install -y ansible && apt-get install -y ansible \
&& true && true