Skip to content

Commit

Permalink
Merge pull request #1336 from cybozu/add-util-tools-in-tcp-keepalive
Browse files Browse the repository at this point in the history
Add util tools in the tcp-keepalive container
  • Loading branch information
terassyi committed Apr 25, 2024
2 parents e89391d + bde54e1 commit 6a2407b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tcp-keepalive/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tcp-keepalive/TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4

0 comments on commit 6a2407b

Please sign in to comment.