Merge pull request #310 from kylejohnson/master
Enable universe in the Docker container [ci skip]
This commit is contained in:
commit
59e6ab86a0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue