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

Enable more Ubuntu APT repositories.

This commit is contained in:
Hongli Lai (Phusion)
2014-03-25 16:33:15 +01:00
parent 73709ed0a0
commit 7914d8ac55
2 changed files with 27 additions and 3 deletions

View File

@@ -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.