Signed-off-by: Xu Xijian hdxuxijian@163.com --- sparrow/0-package/common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sparrow/0-package/common b/sparrow/0-package/common index 82c09ff..a827a65 100755 --- a/sparrow/0-package/common +++ b/sparrow/0-package/common @@ -8,7 +8,8 @@
public_network_ok && { gem sources -r https://rubygems.org/ -a https://gems.ruby-china.com/ - gem install --no-user-install git activesupport rest-client cucumber json faye-websocket elasticsearch bunny + gem install --no-user-install git activesupport rest-client cucumber json faye-websocket elasticsearch bunny \ + nokogiri }
grep -q '^lkp:' /etc/passwd || useradd -u 1090 lkp