From 10f50af2e3f33167fb03b0218cd3ad71bbcc55a7 Mon Sep 17 00:00:00 2001 From: wuhuizuo Date: Tue, 21 Jan 2025 10:50:13 +0800 Subject: [PATCH] Update Dockerfile add curl tool into release util image --- dockerfiles/cd/utils/release/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dockerfiles/cd/utils/release/Dockerfile b/dockerfiles/cd/utils/release/Dockerfile index e14c4fbc..b594c713 100644 --- a/dockerfiles/cd/utils/release/Dockerfile +++ b/dockerfiles/cd/utils/release/Dockerfile @@ -4,9 +4,8 @@ LABEL org.opencontainers.image.authors "wuhui.zuo@pingcap.com" LABEL org.opencontainers.image.description "utils image for CD release" LABEL org.opencontainers.image.source "https://github.com/PingCAP-QE/artifacts" -# install tools: bash, git, jq, yq -# RUN apk add --no-cache bash git jq yq uuidgen gomplate -RUN apk add --no-cache bash git jq yq uuidgen +# install tools: bash, curl, git, jq, yq, uuidgen +RUN apk add --no-cache bash git curl jq yq uuidgen # install tools: gomplate COPY --from=hairyhenderson/gomplate:v4.3.0-alpine /bin/gomplate /usr/local/bin/gomplate