runner: Add missing iptables package to dind ubuntu 22.04
This commit is contained in:
parent
ef79cfe6d0
commit
595e2c4a54
|
|
@ -19,6 +19,7 @@ RUN apt-get update -y \
|
|||
ca-certificates \
|
||||
git \
|
||||
git-lfs \
|
||||
iptables \
|
||||
jq \
|
||||
supervisor \
|
||||
software-properties-common \
|
||||
|
|
|
|||
Loading…
Reference in New Issue