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