forked from Docker/baseimage-docker
Enable more Ubuntu APT repositories.
This commit is contained in:
@@ -6,9 +6,8 @@ set -x
|
||||
## Temporarily disable dpkg fsync to make building faster.
|
||||
echo force-unsafe-io > /etc/dpkg/dpkg.cfg.d/02apt-speedup
|
||||
|
||||
## Enable Ubuntu Universe.
|
||||
echo deb http://archive.ubuntu.com/ubuntu precise main universe > /etc/apt/sources.list
|
||||
echo deb http://archive.ubuntu.com/ubuntu precise-updates main universe >> /etc/apt/sources.list
|
||||
## Enable Ubuntu Universe and Multiverse.
|
||||
cp /build/sources.list /etc/apt/sources.list
|
||||
apt-get update
|
||||
|
||||
## Install HTTPS support for APT.
|
||||
|
||||
Reference in New Issue
Block a user