diff --git a/Dockerfile b/Dockerfile index 1bc4613..966b67c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM ubuntu:latest MAINTAINER John Fink RUN apt-get update # Thu Nov 7 22:40:44 EST 2013 -RUN apt-get -y upgrade RUN DEBIAN_FRONTEND=noninteractive apt-get -y install mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql RUN easy_install supervisor ADD ./start.sh /start.sh