Skip to content

Commit

Permalink
Add conntrack command into the coil image (#305)
Browse files Browse the repository at this point in the history
Signed-off-by: terashima <[email protected]>
  • Loading branch information
terassyi authored Dec 23, 2024
1 parent c5f03a4 commit ca92bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ca92bbd

Please sign in to comment.