Skip to content

Commit

Permalink
feat(Dockerfile): add traceroute bind-tools curl
Browse files Browse the repository at this point in the history
Signed-off-by: Buk Bukowski <gitbukowa@gmail.com>
  • Loading branch information
bukowa committed Oct 28, 2022
1 parent 5042429 commit 6ad464c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV CGO_ENABLED=0
RUN go build -o /app main.go

FROM alpine
RUN apk add traceroute bind-tools curl
LABEL maintainer="github.com/bukowa"

# Define GOTRACEBACK to mark this container as using the Go language runtime
Expand Down

0 comments on commit 6ad464c

Please sign in to comment.