mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-28 09:18:54 +00:00
Merge pull request #77 from rhinoceros/master
Resolve apache2 install dependency error
This commit is contained in:
commit
062f008435
@ -15,6 +15,8 @@ RUN apt-get upgrade -y
|
|||||||
|
|
||||||
### 安装 ssh、apache 和 supervisor
|
### 安装 ssh、apache 和 supervisor
|
||||||
```
|
```
|
||||||
|
RUN apt-get install -y --force-yes perl-base=5.14.2-6ubuntu2
|
||||||
|
RUN apt-get install -y apache2.2-common
|
||||||
RUN apt-get install -y openssh-server apache2 supervisor
|
RUN apt-get install -y openssh-server apache2 supervisor
|
||||||
RUN mkdir -p /var/run/sshd
|
RUN mkdir -p /var/run/sshd
|
||||||
RUN mkdir -p /var/log/supervisor
|
RUN mkdir -p /var/log/supervisor
|
||||||
|
Loading…
Reference in New Issue
Block a user