mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 09:13:33 +08:00
[ubuntu] Add Apache and Nginx (#2516)
* [ubuntu] Add apache and nginx (#2501) * Use dpkg-query to get nginx version * Fix flaky apache cli test
This commit is contained in:
@@ -191,6 +191,7 @@
|
||||
"{{template_dir}}/scripts/installers/azure-devops-cli.sh",
|
||||
"{{template_dir}}/scripts/installers/basic.sh",
|
||||
"{{template_dir}}/scripts/installers/aliyun-cli.sh",
|
||||
"{{template_dir}}/scripts/installers/apache.sh",
|
||||
"{{template_dir}}/scripts/installers/aws.sh",
|
||||
"{{template_dir}}/scripts/installers/nvm.sh",
|
||||
"{{template_dir}}/scripts/installers/clang.sh",
|
||||
@@ -238,6 +239,7 @@
|
||||
"{{template_dir}}/scripts/installers/dpkg-config.sh",
|
||||
"{{template_dir}}/scripts/installers/mongodb.sh",
|
||||
"{{template_dir}}/scripts/installers/netlify.sh",
|
||||
"{{template_dir}}/scripts/installers/nginx.sh",
|
||||
"{{template_dir}}/scripts/installers/android.sh",
|
||||
"{{template_dir}}/scripts/installers/pypy.sh",
|
||||
"{{template_dir}}/scripts/installers/python.sh"
|
||||
|
||||
Reference in New Issue
Block a user