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