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

Install add-apt-repository.

Closes GH-74.
This commit is contained in:
Hongli Lai (Phusion)
2014-06-17 12:44:43 +02:00
parent 436be20ff0
commit 92c2ea22ed
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
## 0.9.11 (not yet released)
* 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.
* `add-apt-repository` is now installed by default. Closes GH-74.
## 0.9.10 (release date: 2014-05-12)