From 19c4ce43f738baadbd5e3240492b7f1895df5458 Mon Sep 17 00:00:00 2001 From: Yulan Wei Date: Sat, 4 Nov 2023 13:14:24 +0800 Subject: [PATCH] build: add curl&grep (#906) --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 436602be5..9740e81a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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