diff options
Diffstat (limited to '.github/prepare_debian.sh')
-rwxr-xr-x | .github/prepare_debian.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index 8b695d42..f7b6cf9f 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
@@ -62,7 +62,8 @@ apt-get -y install perl \ | |||
62 | libmariadb-dev-compat \ | 62 | libmariadb-dev-compat \ |
63 | cron \ | 63 | cron \ |
64 | iputils-ping \ | 64 | iputils-ping \ |
65 | iproute2 | 65 | iproute2 \ |
66 | libjson-perl | ||
66 | 67 | ||
67 | # remove ipv6 interface from hosts | 68 | # remove ipv6 interface from hosts |
68 | sed '/^::1/d' /etc/hosts > /tmp/hosts | 69 | sed '/^::1/d' /etc/hosts > /tmp/hosts |