We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 692db8b + 6158dda commit 062f008Copy full SHA for 062f008
cases/supervisor.md
@@ -15,6 +15,8 @@ RUN apt-get upgrade -y
15
16
### 安装 ssh、apache 和 supervisor
17
```
18
+RUN apt-get install -y --force-yes perl-base=5.14.2-6ubuntu2
19
+RUN apt-get install -y apache2.2-common
20
RUN apt-get install -y openssh-server apache2 supervisor
21
RUN mkdir -p /var/run/sshd
22
RUN mkdir -p /var/log/supervisor
0 commit comments