runner: Add missing iptables package to dind ubuntu 22.04

This commit is contained in:
Yusuke Kuoka
2022-12-06 08:03:40 +00:00
parent ef79cfe6d0
commit 595e2c4a54

View File

@@ -19,6 +19,7 @@ RUN apt-get update -y \
ca-certificates \
git \
git-lfs \
iptables \
jq \
supervisor \
software-properties-common \