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 \
|
ca-certificates \
|
||||||
git \
|
git \
|
||||||
git-lfs \
|
git-lfs \
|
||||||
|
iptables \
|
||||||
jq \
|
jq \
|
||||||
supervisor \
|
supervisor \
|
||||||
software-properties-common \
|
software-properties-common \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue