From b3afc7bee7560df1ad0e26c4fbe4c26292679c15 Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Fri, 24 Jan 2014 14:13:45 -0500 Subject: [PATCH] Enable universe in the Docker container [ci skip] --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 457e3187d..d49517efd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ MAINTAINER Kyle Johnson ENV DEBIAN_FRONTEND noninteractive # Resynchronize the package index files +RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list RUN apt-get update # Install the MySQL server