aboutsummaryrefslogtreecommitdiffhomepage
path: root/ubuntu16.04-onbuild/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Update: Ansible PPA now supports the most recent version for Ubuntu 16.04 ↵William Yeh2016-05-261-3/+7
| | | | LTS (Xenial).
* Add: support for Ubuntu 16.04 LTS (Xenial).William Yeh2016-05-101-0/+45
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