Skip to content

Commit

Permalink
Revert "chore: add more utils to docker image"
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink authored Aug 9, 2024
1 parent 74e5fb2 commit b147339
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 b147339

Please sign in to comment.