Skip to content
Snippets Groups Projects
Commit 3d386a17 authored by nimrod's avatar nimrod
Browse files

- Change base image to Alpine 3.4.

parent dc93e9fd
No related branches found
No related tags found
No related merge requests found
FROM python:2.7 FROM alpine:3.4
MAINTAINER Nimrod Adar <nimrod@shore.co.il> 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/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment