diff --git a/Dockerfile b/Dockerfile index 970185a..b442087 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ FROM ubuntu:latest MAINTAINER John Fink RUN apt-get update # Mon Jan 27 11:35:22 EST 2014 -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 openssh-server sudo php5-ldap RUN easy_install supervisor ADD ./start.sh /start.sh