diff --git a/tcp-keepalive/Dockerfile b/tcp-keepalive/Dockerfile index 30a8a2c6f..546454d93 100644 --- a/tcp-keepalive/Dockerfile +++ b/tcp-keepalive/Dockerfile @@ -10,6 +10,9 @@ RUN CGO_ENABLED=0 go install -ldflags="-w -s" ./tcp-keepalive FROM ghcr.io/cybozu/ubuntu:22.04 LABEL org.opencontainers.image.source="https://github.com/cybozu/neco-containers" +RUN apt update && \ + apt install -y iproute2 tcpdump iputils-ping iptables net-tools inetutils-traceroute dnsutils + COPY --from=build /go/bin /usr/bin USER 10000:10000 EXPOSE 8000 diff --git a/tcp-keepalive/TAG b/tcp-keepalive/TAG index b1e80bb24..845639eef 100644 --- a/tcp-keepalive/TAG +++ b/tcp-keepalive/TAG @@ -1 +1 @@ -0.1.3 +0.1.4