mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add python
Signed-off-by: Jess Frazelle <me@jessfraz.com> Signed-off-by: Jess Frazelle <jess@mesosphere.com>
This commit is contained in:
parent
fecee6089e
commit
f3abac9b0f
8
.travis.yml
Normal file
8
.travis.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
sudo: required
|
||||
notifications:
|
||||
email: true
|
||||
services:
|
||||
- docker
|
||||
script:
|
||||
- ./test.sh
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
machine:
|
||||
services:
|
||||
- docker
|
||||
|
||||
test:
|
||||
override:
|
||||
- ./test.sh
|
|
@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
|
|||
git \
|
||||
libtool \
|
||||
make \
|
||||
python-minimal \
|
||||
rsync \
|
||||
unzip \
|
||||
--no-install-recommends \
|
||||
|
|
Loading…
Reference in New Issue
Block a user