Skip to content

Commit

Permalink
build: add curl&grep (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
aheadlead committed Nov 4, 2023
1 parent 28799ce commit 19c4ce4
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 @@ -12,6 +12,7 @@ RUN apk add --no-cache git make tzdata \
FROM alpine
LABEL name=ddns-go
LABEL url=https://github.com/jeessy2/ddns-go
RUN apk add --no-cache curl grep

WORKDIR /app
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
Expand Down

0 comments on commit 19c4ce4

Please sign in to comment.