parent
9df06628d2
commit
b66e84fb84
|
@ -13,8 +13,7 @@ RUN apt-get update
|
|||
RUN apt-get upgrade -y
|
||||
```
|
||||
|
||||
### 安装 supervisor
|
||||
安装 ssh、apache 和 supervisor。
|
||||
### 安装 ssh、apache 和 supervisor
|
||||
```
|
||||
RUN apt-get install -y openssh-server apache2 supervisor
|
||||
RUN mkdir -p /var/run/sshd
|
||||
|
|
Loading…
Reference in New Issue