add python

Signed-off-by: Jess Frazelle <me@jessfraz.com>
Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
Jess Frazelle 2016-05-08 15:51:12 -07:00 committed by Jess Frazelle
parent fecee6089e
commit f3abac9b0f
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3
4 changed files with 10 additions and 8 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
---
sudo: required
notifications:
email: true
services:
- docker
script:
- ./test.sh

View File

@ -1,6 +1,6 @@
## dockerfiles
[![Circle CI](https://circleci.com/gh/jfrazelle/dockerfiles.svg?style=svg)](https://circleci.com/gh/jfrazelle/dockerfiles)
[![Travis CI](https://travis-ci.org/jfrazelle/dockerfiles.svg?branch=master)](https://travis-ci.org/jfrazelle/dockerfiles)
This is a repo to hold various Dockerfiles for images I create.

View File

@ -1,7 +0,0 @@
machine:
services:
- docker
test:
override:
- ./test.sh

View File

@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
git \
libtool \
make \
python-minimal \
rsync \
unzip \
--no-install-recommends \