summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2017-03-08 23:41:58 +0100
committervarac <varacanero@zeromail.org>2017-03-08 23:41:58 +0100
commit2d96983021f3729583ce802dcb511fc10d263782 (patch)
tree981292c33ccbe5ee8b3cf37de5b381be1bb0f32c
parent0ded5d3943a61e16937994332270d3b4fb8d5df7 (diff)
Include universe in sources.list
-rw-r--r--docker/xenial_amd64/files/etc/apt/sources.list6
-rw-r--r--docker/xenial_amd64/files/etc/apt/sources.list.d/yakkety.list6
2 files changed, 6 insertions, 6 deletions
diff --git a/docker/xenial_amd64/files/etc/apt/sources.list b/docker/xenial_amd64/files/etc/apt/sources.list
index c0cd28f..b23ef44 100644
--- a/docker/xenial_amd64/files/etc/apt/sources.list
+++ b/docker/xenial_amd64/files/etc/apt/sources.list
@@ -1,3 +1,3 @@
-deb http://archive.ubuntu.com/ubuntu/ xenial main
-deb http://archive.ubuntu.com/ubuntu/ xenial-updates main
-deb http://archive.ubuntu.com/ubuntu/ xenial-security main
+deb http://archive.ubuntu.com/ubuntu/ xenial main universe
+deb http://archive.ubuntu.com/ubuntu/ xenial-updates main universe
+deb http://archive.ubuntu.com/ubuntu/ xenial-security main universe
diff --git a/docker/xenial_amd64/files/etc/apt/sources.list.d/yakkety.list b/docker/xenial_amd64/files/etc/apt/sources.list.d/yakkety.list
index 6209622..8365fe3 100644
--- a/docker/xenial_amd64/files/etc/apt/sources.list.d/yakkety.list
+++ b/docker/xenial_amd64/files/etc/apt/sources.list.d/yakkety.list
@@ -1,3 +1,3 @@
-deb http://archive.ubuntu.com/ubuntu/ yakkety main
-deb http://archive.ubuntu.com/ubuntu/ yakkety-updates main
-deb http://archive.ubuntu.com/ubuntu/ yakkety-security main
+deb http://archive.ubuntu.com/ubuntu/ yakkety main universe
+deb http://archive.ubuntu.com/ubuntu/ yakkety-updates main universe
+deb http://archive.ubuntu.com/ubuntu/ yakkety-security main universe