File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,7 @@ FROM ubuntu:14.10
11
11
MAINTAINER Rob Smith <kormoc@gmail.com>
12
12
13
13
RUN apt-get update
14
- RUN DEBIAN_FRONTEND=noninteractive apt-get -y install apache2 libapache2-mod-php5 php5-mysql php-apc php5-gd php5-curl avahi-daemon
15
- RUN sed -i'' s/#enable-dbus=yes/enable-dbus=no/g /etc/avahi/avahi-daemon.conf
16
- RUN sed -i'' s/#browse-domains/browse-domains/g /etc/avahi/avahi-daemon.conf
14
+ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install apache2 libapache2-mod-php5 php5-mysql php-apc php5-gd php5-curl
17
15
18
16
RUN a2enmod rewrite
19
17
RUN a2enmod deflate
@@ -47,4 +45,4 @@ ADD . /var/www/html
47
45
RUN chown -R www-data:www-data /var/www/html
48
46
RUN chmod -R 755 /var/www/html
49
47
50
- CMD avahi-daemon & tail -F /var/log/apache2/*.log & /usr/sbin/apache2 -D FOREGROUND
48
+ CMD tail -F /var/log/apache2/*.log & /usr/sbin/apache2 -D FOREGROUND
You can’t perform that action at this time.
0 commit comments