aboutsummaryrefslogtreecommitdiffhomepage
path: root/alpine3/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Add: `git` for onbuild variants; handy tools for others.William Yeh2016-06-141-0/+4
| | | | | @see https://github.com/William-Yeh/docker-ansible/issues/18 @see https://github.com/William-Yeh/docker-ansible/issues/20
* Update: more detailed explanation about the differences among variants.William Yeh2016-06-071-1/+1
|
* Add: support for Ubuntu 16.04 LTS (Xenial).William Yeh2016-05-101-3/+4
| | | | | | | | | | Fix: 1. OS-level packages `libffi-dev` and `libssl-dev`/`openssl-dev` should be installed explicitly since Ansible 2.0.2.0(???). 2. Python package cffi should be installed explicitly since Ansible 2.0.2.0(???). 3. add '--fix-missing' for apt. @see https://github.com/boxcutter/ubuntu/issues/62 @see https://github.com/pyca/cryptography/issues/2280
* Fix: remove the need for an 'echo -e' option due to inconsistency treatments ↵William Yeh2016-02-251-1/+1
| | | | | | among various Linux distributions and versions. For example: Ubuntu 12.04 and 14.04.
* Update: use PyPI repo instead of too-old EPEL for CentOS images.William Yeh2016-02-241-2/+2
| | | | | | | | Fix: escaping '\n' character in echo command. Credit: two PRs from tilgovi: - https://github.com/William-Yeh/docker-ansible/pull/10 - https://github.com/William-Yeh/docker-ansible/pull/11 Update: Alpine image to 3.3
* Add: support for Alpine 3William Yeh2015-09-171-0/+36