mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01: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:
parent
b56693beb3
commit
22c3d60d94
@ -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)
|
## 0.9.10 (release date: 2014-05-12)
|
||||||
|
|
||||||
* Upgraded to Ubuntu 14.04 (Trusty). We will no longer release images based on 12.04.
|
* Upgraded to Ubuntu 14.04 (Trusty). We will no longer release images based on 12.04.
|
||||||
|
|||||||
@ -31,7 +31,7 @@ dpkg-divert --local --rename --add /usr/bin/ischroot
|
|||||||
ln -sf /bin/true /usr/bin/ischroot
|
ln -sf /bin/true /usr/bin/ischroot
|
||||||
|
|
||||||
## Install HTTPS support for APT.
|
## Install HTTPS support for APT.
|
||||||
$minimal_apt_get_install apt-transport-https
|
$minimal_apt_get_install apt-transport-https ca-certificates
|
||||||
|
|
||||||
## Upgrade all packages.
|
## Upgrade all packages.
|
||||||
apt-get dist-upgrade -y --no-install-recommends
|
apt-get dist-upgrade -y --no-install-recommends
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user