Skip to content

Commit 2136c28

Browse files
kizuna-lekapecloud-bot
authored andcommitted
chore: add curl for kb-tools image (#9893)
(cherry picked from commit 5e72f57)
1 parent 95819cc commit 2136c28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/Dockerfile-tools

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ ARG APK_MIRROR
7070
# install tools via apk
7171
ENV APK_MIRROR=${APK_MIRROR}
7272
RUN if [ -n "${APK_MIRROR}" ]; then sed -i "s/dl-cdn.alpinelinux.org/${APK_MIRROR}/g" /etc/apk/repositories; fi
73-
RUN apk add --no-cache kubectl helm jq --allow-untrusted \
73+
# curl is used to send certain requests, such as reload in config-manager.
74+
RUN apk add --no-cache curl kubectl helm jq --allow-untrusted \
7475
&& rm -rf /var/cache/apk/*
7576

7677
# copy kubeblocks tools

0 commit comments

Comments
 (0)