mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
apache2 was looking for two other directories
/var/lock/apache2 /var/run/apache2
This commit is contained in:
parent
ff28b0b919
commit
3fb913ab77
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue