Skip to content

Commit

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

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

WORKDIR /src

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

COPY . .

Expand Down

0 comments on commit c26e304

Please sign in to comment.