added alpine-3 image
This commit is contained in:
parent
ae13067920
commit
e2dc092ae6
@ -11,6 +11,7 @@ publish:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
OS:
|
OS:
|
||||||
|
- alpine-3
|
||||||
- debian-8
|
- debian-8
|
||||||
- ubuntu-16.04
|
- ubuntu-16.04
|
||||||
- fedora-24
|
- fedora-24
|
||||||
|
7
Dockerfile.alpine-3
Normal file
7
Dockerfile.alpine-3
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM alpine:3.4
|
||||||
|
|
||||||
|
RUN apk add --no-cache ansible
|
||||||
|
|
||||||
|
WORKDIR /site
|
||||||
|
|
||||||
|
CMD ["ansible-playbook", "--help"]
|
Loading…
Reference in New Issue
Block a user