mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #26839 from luxas/add_conntrack
Automatic merge from submit-queue Add conntrack to hyperkube Trivial fix for #26515 Please just pass through... @mikedanese @roberthbailey
This commit is contained in:
commit
6c549ae91f
@ -23,6 +23,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
|
|||||||
iptables \
|
iptables \
|
||||||
ethtool \
|
ethtool \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
conntrack \
|
||||||
file \
|
file \
|
||||||
util-linux \
|
util-linux \
|
||||||
socat \
|
socat \
|
||||||
|
Loading…
Reference in New Issue
Block a user