1
0
mirror of https://github.com/phusion/baseimage-docker.git synced 2026-03-26 04:18:46 +00:00

Install ca-certificates package by default.

This is because we include `apt-transport-https`, but Ubuntu 14.04 no longer
installs `ca-certificates` by default anymore. Closes GH-73.
This commit is contained in:
Hongli Lai (Phusion)
2014-05-12 23:07:17 +02:00
parent b56693beb3
commit 22c3d60d94
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
## 0.9.11
* The `ca-certificates` package is now installed by default. This is because we include `apt-transport-https`, but Ubuntu 14.04 no longer installs `ca-certificates` by default anymore. Closes GH-73.
## 0.9.10 (release date: 2014-05-12)
* Upgraded to Ubuntu 14.04 (Trusty). We will no longer release images based on 12.04.