added alpine-3 image

This commit is contained in:
Paul Voss 2016-08-06 16:21:34 +02:00
parent ae13067920
commit e2dc092ae6
2 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,7 @@ publish:
matrix:
OS:
- alpine-3
- debian-8
- ubuntu-16.04
- fedora-24

7
Dockerfile.alpine-3 Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:3.4
RUN apk add --no-cache ansible
WORKDIR /site
CMD ["ansible-playbook", "--help"]