From 85d641036e4c2daca4fb46830d58cdc3888138cb Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 3 Apr 2017 23:40:25 +0200 Subject: [PATCH] add ansible --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b9c8a15..0eb36ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,7 @@ FROM alpine RUN apk add --no-cache \ + ansible \ bash \ coreutils \ curl \