From 3d386a17d47979e7ebd1abac3c0f57f0ca84a970 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 23 Oct 2016 13:51:53 +0300
Subject: [PATCH] - Change base image to Alpine 3.4.

---
 Dockerfile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index e3c02bd..357cf2b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,3 +1,5 @@
-FROM python:2.7
+FROM alpine:3.4
 MAINTAINER Nimrod Adar <nimrod@shore.co.il>
-RUN pip install ansible==2.1.1.0 testinfra==1.4.1 awscli boto
+RUN apk add --no-cache --update py-pip python-dev libffi-dev openssl-dev git build-base && \
+    pip install awscli boto testinfra ansible-lint pre-commit ansible==2.1.2.0 && \
+    rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*
-- 
GitLab