From 056f03b5092a2b99878043934390284f234f9ae4 Mon Sep 17 00:00:00 2001 From: terashima Date: Mon, 9 Dec 2024 08:32:01 +0000 Subject: [PATCH] Add conntrack command into the coil image Signed-off-by: terashima --- v2/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/Dockerfile b/v2/Dockerfile index 04b51015..0e2316ec 100644 --- a/v2/Dockerfile +++ b/v2/Dockerfile @@ -13,7 +13,7 @@ FROM --platform=$TARGETPLATFORM ghcr.io/cybozu/ubuntu:22.04 LABEL org.opencontainers.image.source https://github.com/cybozu-go/coil RUN apt-get update \ - && apt-get install -y --no-install-recommends netbase kmod iptables iproute2 \ + && apt-get install -y --no-install-recommends netbase kmod iptables iproute2 conntrack \ && rm -rf /var/lib/apt/lists/* COPY --from=build-env /workdir/work /usr/local/coil