mirror of
https://github.com/searxng/searxng.git
synced 2026-01-01 00:20:02 +00:00
[enh] add centos-7 to LXC images (#2118)
## What does this PR do? To test centos-7 on non centos systems add centos-7 image to the LXC suite. ## Why is this change important? PR #2112 adds centos-7 support to the install scripts ## How to test this PR locally? `sudo ./utils/lxc.sh build searx-centos7`
This commit is contained in:
@@ -57,7 +57,7 @@ echo 'Set disable_coredump false' >> /etc/sudo.conf
|
||||
# shellcheck disable=SC2034
|
||||
centos7_boilerplate="
|
||||
yum update -y
|
||||
yum install -y git curl wget hostname
|
||||
yum install -y git curl wget hostname sudo
|
||||
echo 'Set disable_coredump false' >> /etc/sudo.conf
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user