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