From 623fb8706561451ac3680f5ca5e08e6b6e73bf95 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 8 Aug 2020 17:50:11 +0000 Subject: [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` --- utils/lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/lxc.sh') diff --git a/utils/lxc.sh b/utils/lxc.sh index a9149a197..30534c6a2 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -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 " -- cgit v1.2.3