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:
@@ -33,6 +33,9 @@ ln -sf /bin/true /usr/bin/ischroot
|
||||
## Install HTTPS support for APT.
|
||||
$minimal_apt_get_install apt-transport-https ca-certificates
|
||||
|
||||
## Install add-apt-repository
|
||||
$minimal_apt_get_install software-properties-common
|
||||
|
||||
## Upgrade all packages.
|
||||
apt-get dist-upgrade -y --no-install-recommends
|
||||
|
||||
|
||||
Reference in New Issue
Block a user