Install libjson-perl in test runner

This commit is contained in:
Lorenz Kästle 2025-02-19 17:32:56 +01:00
parent 24f21473fb
commit 7d37894967

View file

@ -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