mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-23 15:17:35 -04:00
Install libjson-perl in test runner
This commit is contained in:
parent
24f21473fb
commit
7d37894967
1 changed files with 2 additions and 1 deletions
3
.github/prepare_debian.sh
vendored
3
.github/prepare_debian.sh
vendored
|
|
@ -61,7 +61,8 @@ apt-get -y install perl \
|
|||
libmariadb-dev \
|
||||
cron \
|
||||
iputils-ping \
|
||||
iproute2
|
||||
iproute2 \
|
||||
libjson-perl
|
||||
|
||||
# remove ipv6 interface from hosts
|
||||
sed '/^::1/d' /etc/hosts > /tmp/hosts
|
||||
|
|
|
|||
Loading…
Reference in a new issue