Skip to content

Commit

Permalink
Merge pull request #218 from xmidt-org/denopink/patch/add-more-utils-…
Browse files Browse the repository at this point in the history
…to-docker-image

chore: add more utils to docker image
  • Loading branch information
denopink authored Aug 9, 2024
2 parents 7f18261 + 469737b commit 74e5fb2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ FROM docker.io/library/golang:1.19-alpine as builder

WORKDIR /src

RUN apk add --no-cache --no-progress ca-certificates
RUN apk add --no-cache --no-progress \
ca-certificates \
curl \
traceroute \
netstat

COPY . .

Expand Down

0 comments on commit 74e5fb2

Please sign in to comment.