mirror of
/repos/baseimage-docker.git
synced 2026-02-26 17:32:03 +01: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