Enable universe in the Docker container [ci skip]

This commit is contained in:
Kyle Johnson 2014-01-24 14:13:45 -05:00
parent f434363542
commit b3afc7bee7
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