Merge pull request #310 from kylejohnson/master

Enable universe in the Docker container [ci skip]
This commit is contained in:
Kyle Johnson 2014-01-24 11:16:35 -08:00
commit 59e6ab86a0
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ MAINTAINER Kyle Johnson <kjohnson@gnulnx.net>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
# Resynchronize the package index files # Resynchronize the package index files
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
RUN apt-get update RUN apt-get update
# Install the MySQL server # Install the MySQL server