diff --git a/Dockerfile b/Dockerfile index c06f98f..4788cba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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