Skip to content

Commit

Permalink
Merge pull request #1 from djmaze/patch-1
Browse files Browse the repository at this point in the history
Disable interactive frontend during apt-get install.
  • Loading branch information
jbfink committed Aug 3, 2013
2 parents 293777b + aeb12f7 commit af6ca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest
MAINTAINER John Fink <[email protected]>
RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get -y install mysql-client mysql-server apache2 libapache2-mod-php5 pwgen python-setuptools vim-tiny php5-mysql
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
ADD ./foreground.sh /etc/apache2/foreground.sh
Expand Down

0 comments on commit af6ca6c

Please sign in to comment.