apache2 was looking for two other directories

/var/lock/apache2
/var/run/apache2
Upstream-commit: 3fb913ab7712634f1f311a9aab47c5eaa9f8fe9d
Component: engine
This commit is contained in:
Deric Crago
2014-07-25 10:14:52 -04:00
parent 86189cd855
commit fa3a5b81e8

View File

@ -38,6 +38,7 @@ We can now install our SSH and Apache daemons as well as Supervisor in
our container.
RUN apt-get install -y openssh-server apache2 supervisor
RUN mkdir -p /var/lock/apache2 /var/run/apache2
RUN mkdir -p /var/run/sshd
RUN mkdir -p /var/log/supervisor